Skip to content

Tag: learning javascript

Why JavaScript
Cloud Computing

Why JavaScript

In the earlier days of the web, there was a battle between two scripting languages VBScript and JavaScript. VBScript, thankfully, eventually died…

October 3, 2017
5 Resources for Learning JavaScript
JavaScript

5 Resources for Learning JavaScript

Traditionally when somebody said JavaScript, they were talking about a language that just did stuff on the client side like form validation…

March 24, 2017
Dealing With Dates in JavaScript
JavaScript

Dealing With Dates in JavaScript

Dates and DateTimes are difficult to deal with in most languages. The Date object is a datatype that’s built in the JavaScript…

July 5, 2011