Antoine Veldhoven
Antoine Veldhoven
Attempting to fix #882 and fix #691 Please note that comparisons are not strict. Maybe we should add an equals prototype for Arrays like in [this Stack Overflow post](https://stackoverflow.com/questions/7837456/how-to-compare-arrays-in-javascript#14853974)
Comparison of Array with boolean will only be true if Array.length == 1. For arrays with more than one element this will render incorrect. [TwigPHP example](https://twigfiddle.com/ppn4ac) [twig.js example](https://codepen.io/antoineveldhoven-the-typescripter/pen/ExrvNvB)
Aiming to resolve https://github.com/twigjs/twig.js/issues/652 I'm not (yet) quite convinced if this is the way to go; would really like to get some discussion going on how to approach this and...
Pressing "Run code" for a puzzle results in a HTTP 500 for hedy.org/parse Level 1 > Puzzle > Exercise 1 It happend in the classroom with a chromebook / chrome....
While debugging a turtle program the canvas element disappears from the DOM after second step / line. Level 1 > Tekenen (2nd example 5-line code) First step / line while...