JavaScript 101-#3 – Variables and data types Pt2
In previous part we discussed variables and some data types including numbers, strings and boolean. If you did not read that post, I suggest you to look at it first to understand how to create variables because they are fundamental aspect of any programming language, including JavaScript. Without knowledge about variables you will not be able to master programming in JavaScript which, I hope, is your goal.