News

JavaScript relies on hoisting for declarations (i.e., variables, functions, and classes), which allows developers to declare items after the point they’re syntactically used.
GitHub user Aemkei, who has previously translated Conway’s Game of Life and a 3D “library” into code of 140 characters, has recreated Tetris in enough JavaScript to fill a tweet.