Showing posts with label java script. Show all posts
Showing posts with label java script. Show all posts

Sunday 17 September 2023

Web Development 23

 

LECTURE # 19

17/9/2023

Question #1 : What is Java script ?

Answer: JavaScript is the programming language of the Web. JavaScript is easy to learn.

Questoin #2 : What is the main tag used in java script ?

Answer: Script tag is used in java script.




Questoin #3 : What document.write(" ") used in java script ?

Answer: document.write(" ") is used in java script. It is used to display the text on which different CSS and html is applied with different operations. Any mistakes can cause error in code. It is essential part of java script.



Questoin #4 : Why var used in java script ?

Answer: Var is used to add a variable in java script. It act as data type in code of java script.