Posts

Showing posts from March, 2025

Lecture 1: Basic properties of Javascript

Image
JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. It is dynamic programming language which make it different from others, it is not like the C, C#, C++, Java, Ruby, ... etc. It gives you so much flexibility in every aspect of coding,  ----------------------------------------------------- let's have a look ---------------------------------------------------- So, first of all  we have some functionality, we will understand everything one by one, but just for now, you have to trust the process and keep going, so -  console.log("This is shaan"); - it makes your browser to print the line "This is shaan" in your browser's console and you can see that happening by open the console and  For open the console, you have to open your browse...

Lecture 0: Installation of Visual studio code for JS in 2025 | shaan

Image
  In this blog, i am telling you completely step by step how to download and setup the VS code and Mingw systematically for C and C++ files in 2025. So, first of all we need to install the  Visual studio code , this is the official website  click here Or Direct download,  click here let's install  Visual studio code So, first of all we need to install the  Visual studio code , this is the official website  click here Or Direct download,  click here Step 2:Press the “Download for Windows” button on the website to start the download of the Visual Studio Code Application. Click on the Installer icon to start the installation process of the Visual Studio Code. Choose accept and Click on Next. Choose the location data for running the Visual Studio Code. It will then ask you to browse the location. Then click on the Next button.   I suggest you to select all the option which are given and click on the Next. Then click on the Install button and inst...