Saturday, December 19, 2020

NodeJs, NPM, AND SEMANTIC VERSIONING

1. Node JsWhat is Node Js?                    Node.js is an open source server environment and Node.js is free. Node.js  runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.). Node.js also uses JavaScript on the server.        >>Node js uses asynchronous programming!A common task for a web server can be to open a file on the server and return the content to the...

Saturday, December 12, 2020

THE BASICS ON JavaScript

 DECLARATION AND INITIALIZATION As we discussed introductions and some main important of JavaScript in programming word for beginners. Now in second lecture we are discussing about some new points like basics in JavaScript , declaration on JavaScript etc. Before we use a variable in a JavaScript program, we must declare it. Variables are declared with the var keyword. For example:                                                             ...

Thursday, December 3, 2020

JavaScript AND IT'S IMPORTANCE FOR NEW DEVELOPER

JavaScript is a programming language used primarily by Web browsers to create a dynamic and interactive experience for the user. The earliest incarnations of JavaScript were developed in the late 1990s by Brendan Eich for the Netscape Navigator Web browser. For the first time, JavaScript enabled animation, adaptive content and form validation on the page.   JavaScript did not become standardized and widely adopted until 1999. Even after standardization, browser compatibility remained an issue for over a decade and for many years;...