You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@
7
7
8
8
## Description
9
9
10
-
> Sample coding challanges. You can write and test it right away.
10
+
> Sample coding challenges. You can write and test it right away.
11
11
12
-
A repository designed to store programming tasks. Due to the added tests, it is possible to control your own capabilities.
12
+
A repository for testing and storing programming tasks. Due to the added tests, it is possible to control your own capabilities.
13
13
14
-
It's not perfect, so if you see a bug in the solution or within tests, it will be great if you share your thoughts on the subject, e.g. as an issue or creating a PR.
14
+
It's not perfect, so if you see a bug in the solution or within tests, it will be great if you share your thoughts on the subject, for example, as an issue or creating a PR.
Then search for intresting challenge, for example `prime-number`.
39
-
Read the `README.md` in that folder. Write you solution in javascript file dedicated to this folder (in our case `isPrime.js`). There is special place dedicated for that.
38
+
Then search for an interesting challenge, for example,`prime-number`.
39
+
Read the `README.md` in that folder. Write your solution in a javascript file dedicated to this folder (in our case,`isPrime.js`). There is a special place dedicated to doing that.
40
40
41
-
If you're sure it's all good, go to `__tests__` folder and open test file. Remove `.skip` method in tests and save.
41
+
If you're sure it's all good, go to the `__tests__` folder and open the test file. Remove the`.skip` method in tests and save.
42
42
43
43
Run tests by npm
44
44
@@ -52,7 +52,7 @@ or if you're using yarn
52
52
yarn run prime-number
53
53
```
54
54
55
-
**If you take other task to do just use name of task folder instead of `prime-number`.**
55
+
**If you take another task to do, just use the name of the task folder instead of `prime-number`.**
0 commit comments