DEV Community

Cover image for Starting with JavaScript
Saqib Suleman
Saqib Suleman

Posted on

Starting with JavaScript

Ahhhh. Feels like an era spent on HTML and CSS but finally graduated both of them and now starting with JavaScript. Finally, we get to the verb of our Web developer bootcamp journey with which we can actually make our site do something other than just displaying content nicely. After a nice meet and greet the language, we dive into the basics of JavaScript such as learning about the primitive types which include Numbers, Strings, Booleans, Null and Undefined. We ran our JavaScript code in the Google Chrome Console initially just for the sake of simplicity. We learn about all the primitive types one by one in the upcoming sections.

Top comments (0)