Javascript Assignments
Javascript Input Output Assignments
1. Open the developer tools in chrome browser
2. Open the console tab in the developer tools
3. Type 10+20 in the console and see the output
4. What is the output by typing “Hello”+100 in the console
5. Write JavaScript to print “hello edupoly” in console
6. Write JavaScript to print “hello edupoly” in console as Error
7. Write JavaScript to print “hello edupoly” in console as warning
8. Write JavaScript to print “hello edupoly” in console using console.assert
9. Write group of console statements using console.group
10. Write JavaScript to print “hello edupoly” in document
11. use prompt method to take input from user
12. Write JavaScript to print hello edupoly in console and
