Skip to content

Commit febc579

Browse files
authored
update ReadMe
1 parent 453dca0 commit febc579

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
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.
23
<img src="Logo.png" alt="JS snippets logo">
34
4-
# JSsnippets on Facebook
55

6-
find us on [Facebook](https://www.facebook.com/snippetsJS)
76

7+
### Table of Contents
8+
| No. | Questions |
9+
|---- | ---------
10+
|1 | [What are the possible ways to create objects in JavaScript?](#How-to-generate-a-random-number-in-a-given-range) |
11+
|2 | [What is prototype chain?](#what-is-prototype-chain)|
812

9-
# How to generate a random number in a given range
1013

14+
**[⬆ Back to Top](#table-of-contents)**
15+
### How to generate a random number in a given range
1116
```javascript
1217
// Returns a random number(float) between min (inclusive) and max (exclusive)
1318

0 commit comments

Comments
 (0)