Podcast
Questions and Answers
JavaScript is a programming language developed mainly to make web pages interactive
JavaScript is a programming language developed mainly to make web pages interactive
True
JavaScript applies character sensitivity concept
JavaScript applies character sensitivity concept
True
JavaScript is a set of orders (Statements) executed........
JavaScript is a set of orders (Statements) executed........
In Javascript empty distances and empty lines cause code problem
In Javascript empty distances and empty lines cause code problem
Signup and view all the answers
In the web pages written in HTML we use the tag < ..... > so that we add JavaScript code.
In the web pages written in HTML we use the tag < ..... > so that we add JavaScript code.
Signup and view all the answers
Order document.write ()
Let you do this?
Order document.write () Let you do this?
Signup and view all the answers
Which element in JavaScript, can you modify its design by?
Which element in JavaScript, can you modify its design by?
Signup and view all the answers
It's (...... ) Show a pop-up showing text of your choice.
It's (...... ) Show a pop-up showing text of your choice.
Signup and view all the answers
Order document.getElementById ()
This order allows you to access an item on the web pages through the ID you gave him.
Order document.getElementById () This order allows you to access an item on the web pages through the ID you gave him.
Signup and view all the answers
From the benefits of placing a script in an extension file .js code is portable and can be used in more than one project.
From the benefits of placing a script in an extension file .js code is portable and can be used in more than one project.
Signup and view all the answers
Study Notes
JavaScript Basics
- JavaScript is a programming language used to make web pages interactive.
- JavaScript applies the concept of character sensitivity.
Writing JavaScript Code
- JavaScript code can be written inside HTML web pages using the `
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge about JavaScript, a programming language primarily used to create interactive web pages.