ifm-lw-r1-js
Advanced tools
Comparing version 1.0.3 to 2.0.0
{ | ||
"name": "ifm-lw-r1-js", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "inFullMobile Language Wars: Round 1 - JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "f.js", |
@@ -26,2 +26,5 @@ inFullMobile Language Wars: Round 1 - JavaScript | ||
[new syntax](solution-1-new.js) ([gist][solution-1-new-gist]) | ||
2. Simple recursive solution without loops: | ||
[old syntax](solution-2-old.js) ([gist][solution-2-old-gist]), | ||
[new syntax](solution-2-new.js) ([gist][solution-2-new-gist]) | ||
@@ -82,1 +85,3 @@ Sample input | ||
[solution-1-new-gist]: https://gist.github.com/rsp/37e0b859bde229c22f9016d48685ff70 | ||
[solution-2-old-gist]: https://gist.github.com/rsp/c1607c8a9f489faa136c81b578428048 | ||
[solution-2-new-gist]: https://gist.github.com/rsp/17d69b2104be486f69a225fdcaca7869 |
'use strict'; | ||
for (const i of [1]) { | ||
for (const i of [1, 2]) { | ||
for (const l of ['old', 'new']) { | ||
@@ -5,0 +5,0 @@ const n = `solution-${i}-${l}`; |
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
10038
86