1. Can we use JavaScript to create objects? Yes No 2. Can we use JavaScript to generate dynamic web pages at the client

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

1. Can we use JavaScript to create objects? Yes No 2. Can we use JavaScript to generate dynamic web pages at the client

Post by answerhappygod »

1. Can we use JavaScript to create objects?
Yes
No
2. Can we use JavaScript to generate dynamic web pages at the
client side?
Yes
No
3. Which of the following sorts array in a descending
order?
Numbers = [ 7, 23, 6, 74];
Numbers.sort(function(a,b) {return a-b})
Numbers.sort(function(a,b) {return b-a})
None of the above
4. A JavaScript variable name must begin with a $ sign.
5. What JavaScript method can be used to send a form for
validation prior to submitting it?
onClick
onsubmit
onload
None of the above
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply