Web Development CS JS Python JavaScript Hacking ReactJs Python django Flask CSS Frontend Backend Full Stack Java Node Pdf Books
Открыть в Telegram
One place for the latest in JavaScript, Python, Django, React, and more. Get top-notch tutorials, tips, and downloadable resources. Join us to elevate your tech skills!
Больше4 217
Подписчики
Нет данных24 часа
-77 дней
-1630 день
Архив постов
JavaScript Tip💡
You can check whether an element is present in the array or not, by using the includes() method.
JavaScript Tip 💡
You can add a scroll to the top button using this function👇🏻
Common Frontend interview question 💡👏
JavaScript Tip💡
You can get the amount of RAM memory available on the device in gigabytes using navigator.deviceMemory.
1️⃣ Where Is This:
This is for when you have a picture of a place and don't know where it is.
🔗 where-is-this.com
2️⃣ Cleanup Pictures:
Took a nice photo, but random objects are in the way?
You can remove any unwanted person or object in seconds.
🔗 cleanup.pictures
3️⃣ City Walks:
Take a virtual walk around any city on planet Earth.
From the comfort of your own home.
🔗 citywalks.live
4️⃣ 10 Minute Mail:
Need an email to sign up for a site/ service?
Don't want the unnecessary spam?
This tool gives you a free email address that's valid for 10 minutes.
🔗 10minutemail.com
5️⃣ Quillbot:
This tool enhances and rewrites your sentences/ paragraphs.
• Input text and hit Rephrase • Get AI-inspiration on how to rewrite • Scan text for plagiarism (built-in feature) • Credit sources
🔗 quillbot.com
6️⃣ RemoveBG:
Upload your image and easily remove any background.
It only takes a few seconds.
🔗 remove.bg
7️⃣ 12ft Ladder:
No more sitting behind a paywall, shaking your fist at our capitalist overlords.
Insert the URL into the ladder to remove the wall.
Access paid content for free.
🔗 12ft.io
JAVASCRIPT Tip💡
One liner to create a go back button in javascript
Learn about CSS grid template areas with this visual 🚀
bootcamp frontend devs be like #meme
Big Tech Companies + Their Educational Websites
Cisco : netacad.com
Google: academy.exceedlms.com
Microsoft: learn.microsoft.com
AWS: aws.training
HP: life-global.org
Oracle: education.oracle.com
IBM: skillsbuild.org
Detailed Answer: "NaN2"
Within NaN + "2" javascript will test concatenation first that means it will convert NaN to a string.
But if there is any conversion - for ex - (NaN + +"2") javascript will go number + number in this case.
