Rajat Gupta
Rajat's Blog

Rajat's Blog

Follow
homebadgesnewsletter
Tag

webdev

#webdev

More content

Read more stories on Hashnode


Articles with this tag

PropTypes in react

Feb 27, 20225 min read

Let's see what reactjs.org has to say:As your app grows, you can catch a lot of bugs with typechecking. React has some built-in typechecking...

PropTypes in react

filter() method in JavaScript

Feb 17, 20223 min read

Definition by MDN: The filter() method creates a new array with all elements that pass the test implemented by the provided function. Let's see some...

filter() method in JavaScript