Introduction : Before we begin our journey of JSON, let’s write down a small piece of code .
<html>
<head>
<script language=”javascript”>
var objTest = {
“TestName” : “SCJP 5 Mock Test”,
“Description” : “This has questions for SCJP 5 mock test”,
“Rating” : 4
};
</script>
</head>
</html>
Our first reaction would be “Hey, wait. This is java script code. What is new in this?”. Welcome to the world of JSON. Read more…
December 14th, 2009
Vinay
@jasonwyatt is the winner this week for the best comment on Java Script Regular Expression test on Skill-Guru
He has been mailed the Regular Expression Java Script book by Vikas Shukla worth $30
Vikas Shukla , a man gifted with multiple skills has recently written and published a book Regular Expression In Javascript . He has taken out some time and created a quiz out of his book for our readers. I would encourage our readers to take the JavaScript Regular Expression Quiz and give the feedback to Vikas. The person with the best feedback with get one free copy of the book , worth $30.
Javascript Interview Questions have been added to Skill-guru. The test has 15 questions and covers basic concepts to questions like
What is the reason of the "Access is Denied" error on browsers?
Please take the test and give your feedback.