Planning to start with #JavaScript in 2022?
This short thread will help you!🧵
5 resources that will help you learn #JavaScript:

🟡javascript.info
🟡java5cript.com
🟡javascript30.com
🟡javascripttutorial.net
🟡30secondsofcode.org
Start with beginners projects:

🟡 Quiz Game
sitepoint.com/simple-javascr…

🟡Digital clock
geeksforgeeks.org/how-to-design-…

🟡Photo gallery
data-flair.training/blogs/javascri…

🟡To-do List
data-flair.training/blogs/javascri…

🟡Rock Paper Scissors
mikkegoes.com/javascript-pro…
💡Time to refresh your knowledge a bit - “JavaScript questions” will help you know how you advanced so far.

github.com/lydiahallie/ja…
Start with advanced projects:

🟡Simple ChatBot
dev.to/sylviapap/make…

🟡Snake Game
educative.io/blog/javascrip…

🟡Weather App
dev.to/fahadhassan121…
When you’re sure that you understood well the basics such as:

🟡Conditional Statements
🟡Functions
🟡Variables
🟡Objects
🟡Arrays

Pick a JS framework and start with it!

💡If you’re considering #AngularJs
ositcom.com/72

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with e͒.salim💻

e͒.salim💻 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @salimelliye

7 Jan
What are the Conditional Statements in #JavaScript?

Thread🧵
🟡What is a Conditional Statement?

Very often when you write code, you want to perform different actions for different decisions.

Conditional statements control behavior in JavaScript and determine whether or not pieces of code can run.
🟡We use "if" to specify a block of code to be executed, if a specified condition is true.

🟡We use "else" to specify a block of code to be executed, if the same condition is false

🟡We use "else if" to specify a new condition to test, if the first condition is false.
Read 10 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(