All posts tagged Javascript

javascript_logo

JavaScript if Statements Syntax

A very fundamental part of JavaScript is the if statement. One thing that gets people all up-tight is using ternary operators and not using curly brackets in your JavaScript. Some argue that it isn’t readable. In this article I’ll show you what [...]

Continue Reading...