Top Tweets for #100daysofjs
#le vrai post :
Pendant plusieurs années, j’ai construit des applications en tant que développeur full-stack.
J’ai même fait les #100DaysOfJs https://t.co/lHhmeRI0l1 à l’époque.
Mais il y a toujours eu un domaine qui me fascinait en parallèle : la cybersécurité.
Cette année j’ai décidé de franchir le pas.
Je poursuis un #Executive #Master #Cyber #Security #Specializations , et je me lance dans un nouveau défi : #100DaysOfCyber 🔐
#100 jours pour partager ce que j’apprends ,concepts, outils, write-ups, ressources...
Avec un angle qui me tient à cœur : #montrer comment le développement et la cybersécurité se complètent, pas comment ils s’opposent.
#Un dev qui comprend la sécurité.
#Un pentest qui comprend le code.
Si toi aussi tu veux relever le défi, fais moi signe.
@PamIbrahimaBaba @_makh0u #RenameIT
#CyberSecurity #Pentesting #100DaysOfCyber #InfoSec #DevSec
J'ai passé des années en dev full-stack. Maintenant je plonge dans la cybersécurité.
Je lance #100DaysOfCyber 🔐
Dev + Sécurité. En public.
Si tu veux relever le défi aussi, fais moi signe
https://t.co/YMrHT0gZ07

Day7:
Today I worked on my Coin Flip Game
Focused mainly on making it responsive across devices.
Didn’t touch the styling & structure yet by God’s grace I’ll handle that tomorrow.
JS looks /feels so frustrating but I will overcome this frustration 🤧
#100DaysOfJS
Day 2 of JavaScript from Scratch: Conditionals & Loops
Today I explored how programs make decisions and repeat tasks.
If-else, switch, while, and for loops — the building blocks of logic and control flow!
#JavaScript #WebDevelopment #CodingDiaries #LearnInPublic #100DaysOfJS

Day 1 of JavaScript from Scratch: Variables & Operators
Today I started learning JavaScript and explored the basics of variables, data types, and arithmetic operations.
#JavaScript #WebDevelopment #DevJourney #LearnInPublic #CodingDiaries #100DaysOfJS

Learned & practiced Array Methods:
•forEach() - Iterated through an array
•filter() - Extracted even numbers
•map() - Doubled array elements
•reduce() - Summed all values
Key Takeaway: Efficient array handling = cleaner code!
#100DaysOfJS #JavaScript
#CodeDaily
Mastering JavaScript Loops (For, While, For...of)
🚀 Day 22 of #100DaysOfCode.
Thanks @sheryians_ for the guidance! 🙌 #javascript #coding #100DaysOfJS #Loops #Frontend #fullstackdev

#Day40 of #100DaysOfCoding ✅
Built an interactive story using JavaScript modals! ✨ Clicking on Razia or Rabia reveals their magical tales...
#WomenInTech #GirlsWhoCode #CodingSisters #100DaysOfJS #SheCodes #TechQueens #CodeLikeAGirl #WomenInSTEM
#javascript concept of the day
JSON.parse(string, function):-
It parses a string and returns a JavaScript object.
The string has to be written in JSON format.
It can optionally transform the result with a function.
#javascript #100daysofjs #masterjs #buildinpublic #shareinpublic

#javascript concept of the day
𝐮𝐧𝐝𝐞𝐟𝐢𝐧𝐞𝐝 method of Global object:-
This property indicates that a variable has not been assigned a value, or not declared at all.
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic #jobs #developers

#javascript concept of the day
String() method of Global object:-
The String() method converts a value to a string.
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic #jobs #devs #react #devlife #developers #w3schools

#javascript concept of the day
parseInt() method of Global object:-
It parses a value as a string and returns the first integer.
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic #jobs

#javascript concept of the day
parseFloat() method of Global object:-
The parseFloat() method parses a value as a string and returns the first number.
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic #jobs #devlife #developers

#javascript concept of the day
isNaN() method of Global object:-
NaN is short for "Not-a-Number"
It returns true if a value is NaN
It converts the value to a number before testing it
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic #jobs

#javascript concept of the day.
isFinite() method of Global object:-
It returns true if a value is a finite number.
Infinite (not finite) values are Infinity, -Infinity, or NaN
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic #jobs #devlife

#javascript concept of the day
Do you know how big is Infinite value in JS, that' pretty huge
Infinity = 1.797693134862315E+308;
Negative Infinity = -1.797693134862316E+308;
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic #jobs #devlife

#javascript concept of the day
decodeURI and encodeURI methods of Global objects-
The decodeURI() function decodes a Uniform Resource Identifier (URI) previously created by encodeURI() or a similar routine
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic

#javascript concept of the day.
Error 𝐧𝐚𝐦𝐞 property
Six different values can be returned by the error name property:
EvalError
RangeError
ReferenceError
TypeError
URIError
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic #jobs #devlife

#javascript concept of the day.
𝐞𝐫𝐫𝐨𝐫𝐬 in JS:-
The 𝐧𝐚𝐦𝐞 property sets or returns the name of an error.
The 𝐦𝐞𝐬𝐬𝐚𝐠𝐞 property sets or returns an error message.
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic #jobs #devlife

#javascript concept of the day.
𝐬𝐮𝐩𝐞𝐫 method in Class:
The super keyword is used to call the constructor of its parent class to access the parent's properties and methods.
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic #jobs

#javascript concept of the day.
𝐬𝐭𝐚𝐭𝐢𝐜 method in Class:
These are called directly on the class (Car from the image example) - without creating an instance/object (mycar) of the class.
#javascript #100daysofjs #masterjs #buildinpublic #coding #shareinpublic #learninpublic

Last Seen Hashtags on Sotwe
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.8M followers

Narendra Modi 
@narendramodi
106.9M followers

Rihanna 
@rihanna
97.2M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.5M followers

KATY PERRY 
@katyperry
86.7M followers

Taylor Swift 
@taylorswift13
80.5M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.3M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.4M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61M followers

X 
@x
60.9M followers

CNN Breaking News 
@cnnbrk
59.9M followers






