File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Changing the title of the game on the admin page and starting the game again wil
31
31
32
32
#### Runtime
33
33
34
- Node ` v16.12 .0 ` with no context and strict mode enforced.
34
+ Node ` v16.14 .0 ` with no context and strict mode enforced.
35
35
36
36
#### Submissions
37
37
@@ -49,7 +49,7 @@ Players can submit updated solutions as often as they like on the submission pag
49
49
50
50
- Your solution must be a single synchronous function named ` play ` (don't worry about exporting it)
51
51
- Your code will be run in strict mode – use node's ` --use_strict ` flag to test your script
52
- - All JavaScript language features available in Node.js ` v16.12 .0 ` are available, with game-specific exceptions
52
+ - All JavaScript language features available in Node.js ` v16.14 .0 ` are available, with game-specific exceptions
53
53
- Scripts are timed-out and fail after 5 seconds of execution time
54
- - Comments, line breaks and whitespace ** do not count** towards your score
54
+ - Comments, line breaks and whitespace ** do not count** towards your score (we run your code through jsmin 1.0.1 before taking the length)
55
55
- The aim is to solve the problem with the shortest possible code (fewest "strokes")
You can’t perform that action at this time.
0 commit comments