What to know as an Angular developer?If you looking for a job as an angular developer make sure you know commonly use, most …
What git means| git stands for?Global Information TrackerWhat is Git?Git is version control Git is a DevOps tool used for so…
Http Server in nodejs is the bae of nodejsExample code is the bellow, put an index.html in the same directory of the app of …
How to create a slide show using javascriptStep 1: take 3 images, I am using these three images:
1.png
2.png
3.png
Step 2: Prel…
JAVASCRIPT Imorotant Q&AQ. What is the ‘Strict mode in JavaScript and how can it be enabled?
A. Strict Mode adds certain…
What is Canvas?
A canvas is a rectangular area on an HTML page, and it is specified with the <canvas> element. By defau…
==>Node.js comes with a virtual environment called REPL (aka Node shell). Node REPL stands for Read-Eval-Print-Loop. It i…
HTTP defines a set of request methods to perform the desired actions. These request methods are:GET: The GET method asked fo…