File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments