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

Content added Content deleted
m ((even `console.log` is not part of JavaScript itself))
m ((even console.log is not part of JS itself))
Line 9: 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.
: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 isn't always available.[[User:Hout|Hout]] ([[User talk:Hout|talk]]) 21:51, 8 April 2020 (UTC)
: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 a ECMAScript-compliant JS interpreter. [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 21:51, 8 April 2020 (UTC)