News

The JavaScript video series for beginners follows a similar structure to the 44-part Python series Microsoft launched on YouTube in September last year, offering students lessons in the language ...
[Guest Comment from Shane Steinert-Threlkeld]A new spec on which JavaScript 2.0 will be based , should be finalized by the end of the fall.
Easing what has traditionally been a difficult programming task, Facebook has released as open source a debugging tool for JavaScript, called Flow, designed to highlight problems caused by the ...
TypeScript is a variation of the popular JavaScript programming language that adds features that are important for enterprise development. In particular, TypeScript is strongly typed—meaning ...
While functions are part of just about every programming paradigm, including JavaScript, a functional programmer has unique considerations to approach and use functions. This tutorial explains what is ...