Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Are there any exams for advanced JavaScript? I've already seen the W3C's School, but this is too easy.

Thanks!

share|improve this question

closed as not constructive by Servy, Andrew Whitaker, Zenith, jszumski, Ziyao Wei May 15 at 22:05

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

4 Answers

some very intersting javascript quiz:

http://asenbozhilov.com/articles/quiz.html

http://www.nczonline.net/blog/2010/02/16/my-javascript-quiz/

http://perfectionkills.com/javascript-quiz/

http://dmitry.baranovskiy.com/post/91403200

http://dmitrysoshnikov.com/ecmascript/the-quiz/

although I think this is less interesting quiz but maybe you find it useful — http://james.padolsey.com/javascript/another-javascript-quiz/

share|improve this answer
Oops, looks like kangax let perfectionkills.com expire (he's going to be very irritated with himself). Here's a cached copy: webcache.googleusercontent.com/… – T.J. Crowder Dec 15 '10 at 14:43
1  
+1 : nice ! Didn't know there were so many quizzes :) – LaGrandMere Dec 15 '10 at 14:52

This was asked previously and many people (there) considered certification in JavaScript worthless. Javascript Certification

share|improve this answer
The answer is really a bit misleading, because JavaScript is not a fu-site OOP languages. DOOM model is another thing ... – sv88erik Dec 15 '10 at 15:12

I looked this up in december and found that generally there wasn't much out there that looked very credible (although w3schools would at least demonstrate that you'd spent a good number of hours going over the documentation. However I just googled it again, and there is this:

https://www.microsoft.com/learning/en/us/exam.aspx?id=70-480

which looks reasonably challenging. It would perhaps be slanted towards IE's implementation of things which would require extra study.

share|improve this answer

There is a free Javascript certification site.

share|improve this answer
Do you know what level it is? – sv88erik Dec 15 '10 at 14:49
@sv88erik : No, to be honest, I'm a really poor developer in Javascript :) – LaGrandMere Dec 15 '10 at 14:53
1  
This is way too easy in my opinion – Vidar Nordnes Dec 15 '10 at 15:01
Not only is it easy, it also teaches bad habbits and mixes up the DOM / BOM, HTTP (cookies) and JavaScript. – RelaXNow Jan 30 '12 at 10:41
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – gnat Nov 13 '12 at 7:50
show 1 more comment

Not the answer you're looking for? Browse other questions tagged or ask your own question.