Skip to content

Commit 8f43b46

Browse files
authored
Update README.md
1 parent 66f70e1 commit 8f43b46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|---- | ---------
77
|1 | [Generate a random number in a given range](#How-to-generate-a-random-number-in-a-given-range) |
88
|2 | [Find the difference between two arrays](#How-to-find-the-difference-between-two-arrays)|
9-
|3 | [Convert truthy/falsy to boolean(true/false)](#Convert_truthy/falsy_to_boolean(true/false))|
9+
|3 | [Convert truthy/falsy to boolean(true/false)](#Convert_truthy_falsy_to_boolean)|
1010
|4 | [Repeat a string](#Repeat_a_string)|
1111
|5 | [Check how long an operation takes](#Check_how_long_an_operation_takes)|
1212
|6 | [Two ways to remove an item in a specific in an array](#Two_ways_to_remove_an_item_in_a_specific_in_an_array)|
@@ -78,7 +78,8 @@ console.log('difference',difference(firstArr, secondArr))
7878
```
7979

8080
**[⬆ Back to Top](#table-of-contents)**
81-
### Convert truthy/falsy to boolean(true/false)
81+
### Convert truthy falsy to boolean
82+
8283
```javascript
8384
const myVar = null;
8485
const mySecondVar = 1;

0 commit comments

Comments
 (0)