Javascript input() and output() functions

Back to Programming Languages forum

andy.s.bolton     2015-07-03 18:39:47

Hi, I've been looking at the solutions for some of the Javascript problems, and a lot of users are using input() and output() functions to put in the data and output the results. However, as far as I know, these functions aren't available in standard Javascript. Are they available through some sort of particular engine/interpreter? Or are they just placeholders that some people are using? Thanks for any clarification.

Christopher Matthews     2015-07-04 10:33:42

They are built-in to Code Abbey's JavaScript interpreter so that you can run your solutions on the Web site.

-- Christopher P. Matthews

andy.s.bolton     2015-07-04 16:33:58

Oh okay, thanks a lot!

Please login and solve 5 problems to be able to post at forum