Basic Javascript You Must Know
basic things you must know !!!
What is JavaScript?
A high-level, interpreted, multi-paradigm language (supports object-oriented & functional styles).
It runs in the browser (client-side) but also on the server using Node.js.
Conforms to the ECMASc...
ankitsingh2003.hashnode.dev3 min read