Weekend Reading - JavaScript Basics

Back to Basics: JavaScript Operators, Conditionals & Functions
By Tania Rascia

It is essential to have a firm grasp of the fundamentals before delving into creating programs with JavaScript. In this article, we will go over some of the most important basic concepts of JavaScript that will allow you to start writing your own programs: operators, conditional statements, and functions.