ifm-lw-r1-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ifm-lw-r1-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "inFullMobile Language Wars: Round 1 - JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "f.js", |
@@ -22,22 +22,14 @@ inFullMobile Language Wars: Round 1 - JavaScript | ||
### Solution 1 | ||
1. Simple iterative solution with loops and variables: | ||
[old syntax](solution-1-old.js) ([gist][solution-1-old-gist]), | ||
[new syntax](solution-1-new.js) ([gist][solution-1-new-gist]) | ||
Simple iterative solution with loops and variables: | ||
* [solution-1-old.js](solution-1-old.js) ([gist][solution-1-old-gist])- old syntax | ||
* [solution-1-new.js](solution-1-new.js) ([gist][solution-1-new-gist])- new syntax | ||
Sample input | ||
------------ | ||
Sample input functions to test the solution, | ||
written using old syntax to make it clear what's going on: | ||
Sample input to test the solution, using old syntax for simplicity: [helpers.js](helpers.js) | ||
* [helpers.js](helpers.js) | ||
Tests | ||
----- | ||
Implementation tests: | ||
Implementation tests: [tests.js](tests/tests.js) | ||
* [tests.js](tests/tests.js) | ||
Issues | ||
@@ -70,3 +62,3 @@ ------ | ||
[circle-url]: https://circleci.com/gh/rsp/ifm-lw-r1-js | ||
[circle-img]: https://circleci.com/gh/rsp/ifm-lw-r1-js.svg?style=svg | ||
[circle-img]: https://circleci.com/gh/rsp/ifm-lw-r1-js.svg?style=svg&circle-token=297eb2043562377c18aa17ecb8fa7286be8bf229 | ||
[circle-shield]: https://img.shields.io/circleci/project/github/rsp/ifm-lw-r1-js.svg?label=Circle+CI | ||
@@ -73,0 +65,0 @@ [snyk-url]: https://snyk.io/test/github/rsp/ifm-lw-r1-js |
9583
80