math.forEach([1, 2, 3], function(value) { console.log(value) }) return <h1>Hello World!</h1> <div>This is my sandbox</div>;