In the last 4 days we learnt HTML and CSS.
HTML is the skeleton of our Web Page. All the contents of our Web Page is written using HTML.
CSS is used to style our Web Page. Using CSS we can style our Web Page howsoever we want. We can make out bare body HTML containing Web Page into stylish and attractive Web Page using CSS.
Now we have created the look and feel of our Website. But what is a website if it is not functional. We can make our Wesite functional using JavaScript. Now lets dive right into it!!!
Today we will be starting with our journey in JavaScript. We will be starting with what browser-side scripting is, what JS is, how we can work with js, and a hello world program in JS. We will see how we can initialize things in Js, data types, some basic arithmetic operations, and a brief about functions. And also we will be working with Arrays, classes, and objects in JavaScript. We will also be seeing how inheritance works in JS.
- Introduction to Browser Side Scripting
- Introduction to Javascript
- How Javascript Works?
- Tools for javascript Development
- Hello World in Javascript
- Comments in Javascript
- let, var and const in JS-Basic
- let, var and const in JS-Intermediate
- Data Types in JS
- Basic Arithmetic in JS
- How functions work in JS?
- Functions in JS
- Arrays in JS
- Video (Arrays)
- Video (Classes)
- Video (Objects)
You can also use Node.js to run your JavaScript code in your terminal
This concludes Day 05 of our 7 Days of Web Dev. We have covered quite a few topics of JS today. Rest of the topics we'll cover tomorrow.