Get Mystery Box with random crypto!

Learn JavaScript™

Logo of telegram channel javascript_js_learn — Learn JavaScript™ L
Logo of telegram channel javascript_js_learn — Learn JavaScript™
Channel address: @javascript_js_learn
Categories: Apps
Language: English
Subscribers: 4.30K
Description from channel

All info, tutorial, JS tips and more ....!
bio.link/javascript_js_
For HTML: @html_web_learn
For CSS: @CSS_web_learn
For JS: @JavaScript_js_learn
For PHP: @learn_php_web
For Programming courses @Programmingworld_dev
For CEH,Cybersec: @technical_stark

Ratings & Reviews

2.00

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

0

2 stars

2

1 stars

0


The latest Messages 29

2021-05-13 14:04:29 Inovatik offers a lot of free HTML/CSS templates you can use for your projects.

Link: https://inovatik.com/
55 views11:04
Open / Comment
2021-05-12 19:23:58
React Tip

If your component renders the same result given the same props, try wrapping it in React.memo to make them "pure".

This will prevent them from re-rendering, except when their props are changing.

It can potentially give you a great performance boost

#Javascripttip #ReactTip
44 viewsedited  16:23
Open / Comment
2021-05-12 17:42:32
JavaScript Tip

You can set timers using console.time.
This can be useful when debugging slow loops or function calls.

#Javascripttip
118 viewsedited  14:42
Open / Comment
2021-05-11 16:45:27 New JavaScript Features ECMAScript 2021 (with examples)

https://bit.ly/2RHyaxd
115 viewsedited  13:45
Open / Comment
2021-05-11 06:30:08
JavaScript Tip

3 ways to fill an array using JavaScript.

#javascripttip
59 viewsedited  03:30
Open / Comment
2021-05-08 06:30:04
Scope in JavaScript
107 viewsedited  03:30
Open / Comment
2021-05-07 11:30:02
JavaScript Tip

By using function composition, you can compose functions for different purposes.

In this case, we're using one function to create different "setter" functions for updating state in React.

#Javascripttip #Reacttip
124 viewsedited  08:30
Open / Comment
2021-05-07 07:30:05
JavaScrip Tip

Avoid unnecessary async-await.
If the function returns a Promise directly, there's no need to await it. #Javascripttip
120 viewsedited  04:30
Open / Comment
2021-05-07 03:59:46
JavaScript Tip

The Object.freeze() method freezes an object.
A frozen object can no longer be changed and will result in an error. #Javascripttip
129 viewsedited  00:59
Open / Comment
2021-05-06 19:30:56 Learn JavaScript pinned « 5 JavaScript Animation Libraries Every Web Developer Should Know 1. Swiper Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. It is intended to be used in mobile websites, mobile web apps…»
16:30
Open / Comment