JAVA SCRIPT
JAVA SCRIPT
HTML is for Nouns Like Anushka, input fields, buttons, forms etc
CSS is for Adjectives Like Styling with colors, borders, background images etc
Java Script is for Verbs/Actions Like Dance,Eat
Java Script is Full pledged Programming Language. The main purpose of java script is to add
functionality (actions) to the HTML.
Usually we can Java Script in the Front-end and we can use Node JS for Back-end.
alert('Hello there')
Console.log()
To print messages to the developer's console
Prompt()
To get input from the end user prompt('What is Your Name:')
Here we are not saving the value for the future purpose. But we can save as follows var name=
prompt('What is Your Name:')