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
No Answer is Posted For this Question
Be the First to Post Answer
What does the attribute defer/async do when added to the script tag?
What is an onclick?
What do you use javascript for?
How do you check if a value is a number in javascript?
what is the extension of java script.
How to use external JavaScript file?
What is NaN in Javascript?
What does _ mean in javascript?
disbable back option by java script
Mention what is the disadvantage of using innerhtml in javascript?
Does javascript support multidimensional arrays ?
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; }