Category: Java Script Interview Questions
JavaScript date difference calculation
Calculating date difference in JavaScript is almost as easy as in PHP, but requires a bit different approach. For this post i wrote simple “static” js object which can calculate difference between two dates in: days, weeks, months and years.
CSC Latest Interview Questions
Hi Friends I am sharing My Question Paper There will be Five Rounds of Interview , First Round Will be Exam Second, Third & Fourth Rounds are Face To Face Rounds Fifth Round : Manager Round Click Here to Download CSC Interview Ques
Advance JavaScript & AJAX interview questions
We are providing the advance level javascript interview question(You can prepare for all the competative exams All the best) 1. Why so JavaScript and Java have similar name? A. JavaScript is a stripped-down version of Java B. JavaScript’s
Interview questions and answers for JavaScript
1. What’s relationship between JavaScript and ECMAScript? – Answer :: ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3. 2.
How can I open a popup window in the middle of the screen?
Try the following which works in JavaScript 1.2: [code lang="js"] <script language="JavaScript"><!-- function openWindow(width,height) { x = (640 - width)/2, y = (480 - height)/2; if (screen) { y = (sc
Difference between JavaScript and JScript?
The biggest difference now between Javascript and JScript are all of the additional commands that JScript supports that allow access to activeX and the local computer. These commands are intended for use on intranet sites where you know the confi