Talk:General FizzBuzz: Difference between revisions

(Remember that JS interpreters are now variously embedded)
Line 11:
 
 
Remember that JS interpreters are now variously embedded – not only in browsers but also for various kinds of scripting outside the browser. Run the same JS script twice in macOS script editor for example, or from a script launch button in one of the Omni application JS embeddings, and code which worked before your edit now fails and generates an error. I hope you are not going to make a solemn pilgrimage through all my JS code examples on Rosetta Code, and dutifully introduce the same run-time error everywhere :-) (In these scripting contexts, the default name-space is typically the global namespace, which is typically persistent). [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 19:02, 8 November 2018 (UTC)
9,655

edits