javascript-quiz icon indicating copy to clipboard operation
javascript-quiz copied to clipboard

Front-End Developer tech screen quiz

Results 3 javascript-quiz issues
Sort by recently updated
recently updated
newest added

This is a question I was once asked in a job interview. Might be appropriate here. http://devlicio.us/blogs/sergio_pereira/archive/2009/02/09/javascript-5-ways-to-call-a-function.aspx

## From the MDN article on delete (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete): delete is only effective on an object's properties. It has no effect on variable or function names. ## While sometimes mis-characterized as...

The difference between asynchronous and synchronous event handling is a source of lots of code problems, and documentation is thin on the ground. I'd be very interested in a candidate...