JavaScript Console

ID: 1611Words in prompt: 83 Tested
-
Comments
This prompt simulates a java script console. In order to get the output as in the Java Script console, you need to put the input data in brackets after console.log
Created: 2023-08-15
Powered by: Gemini
In categories: Coding
-/5 (0)Use & rate
Comments (0)

An example

INPUT: 2+2

OUTPUT:

console.log(2+2); 4