Wanting to run some tests, how can I achieve the following:
function(){console.log('console me')}
within the data surrounded by text, but I don't want the data displaying in HTML as it currently does, I want it to execute instead, and only for the surrounding text to display on the page.
JSON Data
[{ "id": "1", "text": "I am testing console log from within json data function(){console.log('console this text')} so the text before this should not appear in html, rather it should run and all this other text should appear"}]