Intro to Javascript
Javascript is an object-oriented, lightweight, single-threaded scripting language. It is widely used to make interactive and dynamic web pages. It is also used for client-side validation.
To print "Hello World" in javascript:
<html>
<body>
<scr...
shrianshblogs.hashnode.dev1 min read