Reports talk:Tasks not implemented in JavaScript: Difference between revisions

m
no edit summary
m ((even console.log is not part of JS itself))
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 9:
:Some of the Rosetta tasks (for example those involving file access and other forms of IO) can not be performed within pure JS itself, they can only be done with one of the other context-specific APIs which are exposed to particular JS interpreter embeddings, and which clearly need to be identified in the preamble to each task solution.
 
:Strictly speaking even ''console.log'' is not part of JavaScript itself, and we perhaps we shouldn't really take it for granted – it isn't part of the language standard, and it isn't available to every embedding of aan ECMAScript-compliant JS interpreter. [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 21:51, 8 April 2020 (UTC)
9,655

edits