What coding language should I learn first?
No Answer is Posted For this Question
Be the First to Post Answer
What can I build with javascript?
How do you send a message to the browser in JavaScript?
What are disadvantages of using javascript?
How can we establish connection with java and sql server?
How do you know if a set of points is a function?
What is constructor?
what is function of stdio.h
What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }
What is s+ in regex?
What is called variable typing in javascript?
Hi all, I got a job in Bangalore even though it's recession time. They have said my project will involve Java, Ruby on Rails, Ajax and they also said Web Services (which i have always wanted to try) and some stuff I have not much exposure like REST, mashups and Struts. Can anyone tell me if there are some good training or conferences to get to speed with these technologies. I need to do really good in my job. Thanks, Vaibhavi
How can you do a character count in javascript?