JavaScript Works

Mark’s assertion that starting out with JavaScript (JS) puts you at a disadvantage next to PHP, Python, C is a flawed one.
2 of the 3 cited languages are dynamically-typed like JS. One of the strength of JS à la Node.js next to PHP & Python is the bui… Read more

Similar

Sorting Arrays in JavaScript

This is the second article in The JavaScript Snippet Series. In the previous episode we discussed three methods of getting unique values from JavaScript. In this article, we will discuss various ways of sorting arrays in JavaScript. Sorting is a com... (more…)

Read more »