Podcast
Questions and Answers
What is the purpose of the function called prompt() ?
What is the purpose of the function called prompt() ?
What is the use of the '+' operator in JavaScript?
What is the use of the '+' operator in JavaScript?
What are the two ways to add JavaScript to a web page?
What are the two ways to add JavaScript to a web page?
What is the purpose of the
What is the purpose of the
Signup and view all the answers
Where can the
Where can the
Signup and view all the answers
What are function parameters used for?
What are function parameters used for?
Signup and view all the answers
What happens when a function is called?
What happens when a function is called?
Signup and view all the answers
What is the purpose of the 'prompt()' method?
What is the purpose of the 'prompt()' method?
Signup and view all the answers
What is the purpose of the 'alert()' method?
What is the purpose of the 'alert()' method?
Signup and view all the answers
How many times is the 'greeting' function called in the example?
How many times is the 'greeting' function called in the example?
Signup and view all the answers
What is stored in the variable 'name'?
What is stored in the variable 'name'?
Signup and view all the answers