ifm-lw-r1-js
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "ifm-lw-r1-js", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "inFullMobile Language Wars: Round 1 - JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "f.js", |
@@ -23,9 +23,9 @@ inFullMobile Language Wars: Round 1 - JavaScript | ||
1. Simple iterative solution with loops and variables: | ||
1. Simple iterative solution with loops and temporary variables: | ||
[old syntax](solution-1-old.js) ([gist][solution-1-old-gist]), | ||
[new syntax](solution-1-new.js) ([gist][solution-1-new-gist]) | ||
2. Simple recursive solution without loops: | ||
2. Simple recursive solution with no loops and temporary variables: | ||
[old syntax](solution-2-old.js) ([gist][solution-2-old-gist]), | ||
[new syntax](solution-2-new.js) ([gist][solution-2-new-gist]) | ||
3. Functional solution with no loops, variables and arithmetical operators: | ||
3. Compact functional solution with no loops, variables and arithmetical operators: | ||
[old syntax](solution-3-old.js) ([gist][solution-3-old-gist]), | ||
@@ -32,0 +32,0 @@ [new syntax](solution-3-new.js) ([gist][solution-3-new-gist]) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10452