Podcast
Questions and Answers
What type of scripting language is JavaScript primarily known as?
What type of scripting language is JavaScript primarily known as?
- Object-oriented language
- Client-side scripting language (correct)
- Server-side scripting language
- Dynamically typed language
How are variables treated in JavaScript?
How are variables treated in JavaScript?
- As constants with fixed values
- As objects with properties and methods (correct)
- As primitive data types
- As arrays with index-based access
What is a characteristic of JavaScript functions?
What is a characteristic of JavaScript functions?
- They cannot be passed as arguments
- They are statically typed
- They are also objects (correct)
- They have fixed return types
What does dynamically typed (weakly typed) mean in JavaScript?
What does dynamically typed (weakly typed) mean in JavaScript?
What does client-side scripting in JavaScript refer to?
What does client-side scripting in JavaScript refer to?
Flashcards are hidden until you start studying