Tweet
Today I've learned about Callbacks and ForEach on JS.

Callback:

Just a function passed as an argument to another
function or method invocation.

🧵Examples

👇

#code #buildinpublic #javascript #webdevelopment #techtwitter #100DaysOfCode #CodeNewbies #DEVCommunity
Today I've learned about Functions inside Arrays on JS.

🤔Did you know that is possible to have many functions declaration inside an array?

So you can save the declaration in a var and use it later👇

#buildinpublic #javascript #techtwitter #CodeNewbies #DEVCommunity #js
Today I've learned about Arguments, Parameters, and Default Parameters on JS.

🧵Diff between them and examples

#Habits #code #buildinpublic #javascript #programming #webdevelopment #techtwitter #100DaysOfCode #CodeNewbies #Tip #DEVCommunity
Today I've learned about the diff between Function Declaration Vs Function Expression on JS.

🧵Definition and Examples

#Habits #code #buildinpublic #javascript #programming #webdevelopment #techtwitter #100DaysOfCode #CodeNewbies #Tip #DEVCommunity
Today I've learned about Functions on JavaScript.

🧙‍♂️A function (Object type) is a piece of code that can be executed as many times as necessary.

And u can pass values ​​to it.

🧵Examples
#code #buildinpublic #javascript #webdevelopment #techtwitter #100DaysOfCode #CodeNewbie
Today I've learned about While Loop on JavaScript.

The diff between the while loop from the for is that it only accepts one argument on the loop condition.

🧵Examples of how to use it

#code #buildinpublic #javascript #webdevelopment #techtwitter #100DaysOfCode #CodeNewbie
Today I've learned about For Loop on JavaScript.

The for loop is used to execute code several times and change something in each iteration.

🧵How it works and usage

#code #buildinpublic #javascript #programming #webdevelopment #techtwitter #100DaysOfCode #CodeNewbie #js #Tips
Today I've learned about Type Conversion on JavaScript.

Type conversion is done through constructor functions.

🧵Examples of how to use them

#Habits #code #buildinpublic #javascript #programming #webdevelopment #techtwitter #100DaysOfCode #CodeNewbie
⚠️CAREFUL in using comparations on JavaScript!

🤔Did you know that when using a non-strict comparison you get results you wouldn't expect?

🧵More Examples

#code #buildinpublic #javascript #programming #webdevelopment #techtwitter #100DaysOfCode #CodeNewbie #js
Today I've learned about Boolean and Comparisons on JavaScript.

The boolean has values ​​of True or False that are used in boolean comparisons...

🧵Examples

#Habits #code #buildinpublic #javascript #programming #webdevelopment #techtwitter #100DaysOfCode #CodeNewbie
Got rejected from a job position?😓

Keep going! 🙌

each NO😿brings you a step closer to a YES😎

(reminder to myself)

#Habits #code #buildinpublic #javascript #webdevelopment #techtwitter
Today I've learned about the diff between UNDEFINED and NULL on JavaScript

🧵What to know the difference? it's quick 😜

#Habits #code #buildinpublic #javascript #webdevelopment #techtwitter #100DaysOfCode
Today I've reviewed arrays in JavaScript

🧵 Concept and some common array methods:

#Habits #code #buildinpublic #javascript #webdevelopment #techtwitter #100DaysOfCode
Today (after 3 days of coding) I've built a simple MERN app with a Loot Box feature used in some games.

The idea was to have a feel of what a game platform would look like.

#javascript #MongoDB #React #API #buildinpublic #techtwitter #webdevelopment #100DaysOfCode
Today I've reviewed some common methods in JavaScript: lastIndexOf, slice and replace.

🧵Some examples of how to use them:

#Habits #code #buildinpublic #javascript #webdevelopment #techtwitter #100DaysOfCode