Learn JavaScript
4.3K subscribers
459 photos
10 videos
132 files
3.02K links
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
Download Telegram
Quick JavaScript trick to calculate powers

#Javascripttip
JavaScript Number to String

Use toString() to Convert an Int into a String

#Javascripttip
Let's compare web development to ourselves

- We have a structure of bones and skin, which is HTML 🚹

- We can do makeup by wearing trendy clothes, which is CSS 🧥🕴️

- We can walk, talk, jump, code, swim, Which is JavaScript🤸🏃⛹️🏋️🚴🤹🏌️⛷️🚣🏊🏇

That's why mastering JavaScript is tough

Like it's tough to learn gymnastics, baseball, weight lifting, cycling, ringleader, golf, skiing, boating, swinging, horse riding, etc in one single life.

But we can try to further our expertise😉💪
Forwarded from Learn Html
Semantic Elements
JavaScript tip:

Use the
KeyboardEvent.getModifierState() to detect if Caps Lock is on.

#Javascripttip
Project ideas at each level👇

📌 HTML
- Simple portfolio

📌 CSS
- Portfolio with styling
- Tribute page
- Parallax Website

📌 CSS framework
- Landing page
- Survey forms

📌 JavaScript
- Clock
- Navigation bar
- TO-DO app
- Quiz app
- Blog
- Animated menu
- Tic Tac Toe
Forwarded from Learn CSS
Some important CSS pseudo-classes
Forwarded from Learn CSS
If you know CSS then you can use these amazing generators and save your time


1️⃣ CSS Box Shadow Generator

- Generate CSS3 Box Shadow code for your Div, Frame, Buttons or any other HTML element with Outline, and Inset (inner) type shadow effects

🔗
https://cssboxshadow.com/

2️⃣ Glassmorphism

- Generate glassmorphic design easily

🔗
https://glassgenerator.netlify.app/

3️⃣ Cool Backgrounds

- Explore a beautifully curated selection of cool backgrounds that you can add to your next project

🔗
https://coolbackgrounds.io/

4️⃣ Pixel art

- Create CSS pixel art, export the results to CSS and download them.

🔗
https://www.pixelartcss.com/

5️⃣ SVG waves

- It's not a CSS generator but very handy tool. You can create the layers of waves and simply export either in SVG or PNG

🔗
https://svgwave.in/
JavaScript tip:

Swap variables like a pro in JavaScript

#Javascripttip
Free illustrations for your next project 💫

stubborn.fun
freeillustrations .xyz
illlustrations .co
undraw .co
vectr .com
drawkit .io
opendoodles .com
freewebillustrations .com
handz .design
icons8 .com/illustrations
I just came across an amazing GitHub repository.

In this repo, You'll find a lot of great resources for front-end developers including

- Frameworks
- Books
- Challenges
- Tools
- Blogs, etc..

🔗
https://github.com/RitikPatni/Front-End-Web-Development-Resources
JavaScript Tip 💡

IIFEs died when modules were born.

Let them rest in peace.

You don’t need them.
In a case like this, just execute the function on a new line instead 🙌


#Javascripttip
You want to learn the basics of JavaScript?

Here is an awesome GitHub repository that teaches you the basics of JavaScript in 30 days

This is a step by step guide/roadmap followed by a few small projects

Link🔗 -

https://github.com/Asabeneh/30-Days-Of-JavaScript
7 Unique APIs for your next project -

1. Shodan API
2. Radar .io API
3. WebHose API
4. People Data Labs
5. Crawlera
6. SpaceX API
7. Segment

*Whether you want something to help you get a job or create a side project that earns you some money, all of these APIs are valuable*
I just found a great website to learn JavaScript through visualization

🔗
https://www.jsv9000.app/
JavaScript Tips & Tricks : BigInt

How would you deal with numbers larger than MAX_SAFE_INTEGER or 9007199254740991?

BigInt comes to your aid

#Javascripttip