Akos Profile picture
I wrote a couple of books and lots of tutorials on web development. Now I mostly build apps: 👏 Shipped https://t.co/Deh5hwAsdd 🚧 Building https://t.co/I1fkvHe4SN

Nov 11, 2021, 12 tweets

10 JavaScript Concepts You Should Learn 💛

Web3, Front or Backend Development, these are the building blocks of JavaScript

🧵 👇

1️⃣ Grammar and types

Basic grammar, variable declarations, data types, and literals.

🔗 developer.mozilla.org/en-US/docs/Web…

2️⃣ Control flow and error handling

Statements, Conditional Statements, Exception handling. This is where interactive programming beings.

🔗 developer.mozilla.org/en-US/docs/Web…

3️⃣ Loops and Iterations

The bread & butter of programming and why we love it. This is where you tell the machine in JavaScript to do something X times.

🔗 developer.mozilla.org/en-US/docs/Web…

4️⃣ Functions

Building blocks of every programming language. A set of statements, grouped together to process some kind of input and return an output.

🔗 developer.mozilla.org/en-US/docs/Web…

5️⃣ Expressions and operators

Assignments, comparisons, arithmetics, logical, string, and other operators.

🔗 developer.mozilla.org/en-US/docs/Web…

6️⃣ Numbers and dates

In JavaScript, you'll most often use Decimal numbers, but there's support for Binary, Octal, and Hexadecimal numbers.

🔗 developer.mozilla.org/en-US/docs/Web…

7️⃣ Text Formatting

In this chapter, you'll learn how to work with Strings in JavaScript

🔗 developer.mozilla.org/en-US/docs/Web…

8️⃣ Regular Expressions

Regular Expressions are a powerful tool that opens up an entirely new world of solving problems for programmers who know how to use them.

🔗 developer.mozilla.org/en-US/docs/Web…

9️⃣ Indexed collections

Data structures that are ordered by an index value, such as Array.

🔗 developer.mozilla.org/en-US/docs/Web…

🔟 Keyed Collections

Data structures that are ordered by a key, such as Map and Set.

🔗 developer.mozilla.org/en-US/docs/Web…

If you found this thread helpful, please Re-Tweet the first Tweet.

If you'd like to see more content like this, consider following me on Twitter @akoskm.

📚 Check out my FREE Twitter threads at akoskm.gumroad.com/l/akos-threads

and my blog akoskm.com.

Until next time 👋

Share this Scrolly Tale with your friends.

A Scrolly Tale is a new way to read Twitter threads with a more visually immersive experience.
Discover more beautiful Scrolly Tales like this.

Keep scrolling