Skip to content

Commit

Permalink
Merge pull request #1 from alexey-koran/develop
Browse files Browse the repository at this point in the history
Implement core-js-101 tasks

Cherry-pick & refactor old solutions
Implement missing
  • Loading branch information
alexey-koran authored Nov 29, 2024
2 parents 3200e5b + 3b8b023 commit 40ee498
Show file tree
Hide file tree
Showing 20 changed files with 3,015 additions and 2,748 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The task is to implement functions on different Core JS topics. There are eight
Remove the throwing error line from function body:
```javascript
throw new Error('Not implemented');
throw new Error('Not implemented');
```
Implement the function by any way and verify your solution by running tests until the failed test become passed (green).
8. Run `npm test` in command line. If everything is OK you can try to resolve the next task.
Expand Down Expand Up @@ -76,7 +76,7 @@ https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
- Finally, you need to apply linter's autofix feature in order to fix all linebreaks that was already changed to "CLRF":
```
$ npm run lint -- --fix
```
```
___
The task based on https://github.com/rolling-scopes-school/js-assignments.
Loading

0 comments on commit 40ee498

Please sign in to comment.