Is javascript a dynamic language?



Is javascript a dynamic language?..

Answer / Ravi Prakash

Yes, JavaScript is a dynamic language. It supports dynamic typing (variables can change their data type as they are used) and has features like procedural programming, object-oriented programming, first-class functions, closures, and event handling.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Is javascript hard to learn?

1 Answers  


Explain the terms synchronous and asynchronous code?

1 Answers  


What do “1”+2+4 evaluate to?

1 Answers  


Write a program that inputs a 5-digit integer from the keyboard and prints if the input number is a palindrome or not. A palindrome is a number which has the same digit from either end.

1 Answers  


What percentage of websites use javascript?

1 Answers  


What is the difference between undeclared & undefined?

1 Answers  


What creates scope in javascript?

1 Answers  


How do you sort an array in javascript?

1 Answers  


since are functions need to create a webpage is available in dhtml& html. then why we are going for javascript

1 Answers  


Which companies are using node js?

1 Answers  


How to add/remove properties to object dynamically in javascript?

1 Answers  


How can javascript be used to improve the "look and feel" of a web site? By the same token, how can javascript be used to improve the user interface?

1 Answers  


Categories