namaste 🙏
- 🔭 I’m currently working on my React and DSA skills.
- 🌱 I’m currently learning DSA
- 👯 I’m looking to collaborate on Web Development
- 📫 How to reach me: gautamkhatterr@gmail.com
namaste 🙏
A solution hub for GeeksforGeeks practice problems.
JavaScript 3
# CSS units
Recommendations of unit types per media type:
Media | Recommended | Occasional use | Infrequent use | Not recommended
:--- | :--- | :--- | :--- | :---
Not all random values are created equal - for security-related code, you need a *specific kind* of random value.
A summary of this article, if you don't want to read the entire thing:
* __Don't use `Math.random()`.__ There are *extremely* few cases where `Math.random()` is the right answer. Don't use it, unless you've read this *entire* article, and determined that it's necessary for your case.
# TL;DR - Lambda means "function expression used as data".
Anonymous function means "function without a name".