Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Javascript Closure
//Rhino 1.7.7.1 function adder(x) { function _adder(y) { return x + y } return _adder } let add2 = adder(2) print(add2(8))
run
|
edit
|
history
|
help
0
Loops
Loops
containsPalindrome
123141242342
Triangle
linq-style in javascript
Sonic 1 + Sonic & Knuckles/Blue Spheres - Code Validator
What the hell is javascript
More testing with JS
class Queue