Console.log() prints arguments to console.
For example console.log(1+4, “Hi” , true), would print 5 “HI” true.
Prompt accepts argument would be like prompt( “enter number)
Let userInput= prompt (“enter number).
Using parse in front allows to change input.
Comments