Is there any difference between javascript and jscript?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

Which built-in method combines the text of two strings and returns a new string?

0 Answers  


How to empty an array in JavaScript?

0 Answers  


What is whitespace in javascript?

0 Answers  


hello sir my name is naga sekhar i completed my b-tech in 2011 with 61% in IT streme.I completed my core and advanced java coure before 8months back.Still i did not get the job.i tried so many times.and i went to some interviews but no use.now i want to get the job in software sector

0 Answers  


How do you check if a variable is an object

0 Answers  






why can't we call a static method from a non-static method

0 Answers  


How to replace all occurrences of a string in JavaScript?

0 Answers  


What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }

1 Answers  


What is isnan in javascript?

0 Answers  


What is the best free ide?

0 Answers  


What is scope javascript?

0 Answers  


How to convert javascript date to iso standard?

0 Answers  


Categories