News

From syntax and features every JavaScript developer needs to higher-level concepts you shouldn't miss, here are eight ways to make the most of JavaScript.
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful!
There’s also some memory and performance implications due to re-defining and executing the immediate function every time you run “doSomething”. But, if you understand the implications and you need to ...