quiz
12 07 2017
Maks Nemisj | javascript |
Recently I’ve got a pleasure to debug some bug inside node.js app. Run-time was breaking with the following error: Quite usual error, meaning that object has no forEach function. Let’s see the code itself: I bet you were surprised like I was. This is just not possible from the first look, right?. If you read […]
execution, getters, quiz, setters
15 02 2010
Maks Nemisj | javascript |
“Everything old is new again” Info: I’ve posted this javascript quiz almost two years ago. Unfortunately I’ve got some problems with host and this quiz was not available anymore. I still like this challenge, that’s why I decided to repost it again. Introduction I always enjoy programming JavaScript, it always brings me some new and […]
execution, javascript, puzzle, quiz