Skip to content

Commit 12441ac

Browse files
authored
Update README.md
1 parent 8f43b46 commit 12441ac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# JavaScript-snippets
2-
> Click :star:if you like the project. Pull Request are highly appreciated. Follow us [Facebook](https://www.facebook.com/snippetsJS) on Facebook.
2+
> Click :star:if you like the project. Pull Request are highly appreciated. Follow us on [Facebook](https://www.facebook.com/snippetsJS)
33
44
### Table of Contents
55
| No. | Questions |
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)|
10-
|4 | [Repeat a string](#Repeat_a_string)|
11-
|5 | [Check how long an operation takes](#Check_how_long_an_operation_takes)|
12-
|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)|
13-
|7 | [Did you know you can flat an array?](#Did_you_know_you_can_flat_an_array)|
14-
|8 | [Get unique values in an array](#Get_unique_values_in_an_array)|
15-
|9 | [Copy Text to Clipboard](#Copy_Text_to_Clipboard)|
16-
|10 | [Nested Destructuring](#Nested_Destructuring)|
9+
|3 | [Convert truthy/falsy to boolean(true/false)](#Convert-truthy-falsy-to-boolean)|
10+
|4 | [Repeat a string](#Repeat-a-string)|
11+
|5 | [Check how long an operation takes](#Check-how-long-an-operation-takes)|
12+
|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)|
13+
|7 | [Did you know you can flat an array?](#Did-you-know-you-can-flat-an-array)|
14+
|8 | [Get unique values in an array](#Get-unique-values-in-an-array)|
15+
|9 | [Copy Text to Clipboard](#Copy-Text-to-Clipboard)|
16+
|10 | [Nested Destructuring](#Nested-Destructuring)|
1717

1818

1919

0 commit comments

Comments
 (0)