|
1 | 1 | #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 uson[Facebook](https://www.facebook.com/snippetsJS) |
3 | 3 |
|
4 | 4 | ###Table of Contents
|
5 | 5 | | No.| Questions|
|
6 | 6 | |---- | ---------
|
7 | 7 | |1|[Generate a random number in a given range](#How-to-generate-a-random-number-in-a-given-range)|
|
8 | 8 | |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)| |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|