Tagged Questions
5
votes
3answers
235 views
stackoverflow's “page not found” polyglot: what languages is it in?
At present, when a user of the popular Q&A website http://stackoverflow.com with under 10k rep tries to view a deleted question, she sees the following image:
(Note that the filename of this ...
0
votes
1answer
1k views
Javascript comma operator
When combining assignment with comma (something that you shouldn't do, probably), how does javascript determine which value is assigned? Consider these two snippets:
function nl(x) { document.write(x ...