FarwaIsCoding's profile picture. Learning Web Development. Follow to learn along~!

Book a 1:1 with me at:
https://topmate.io/farwa_ahmad

Farwa Ahmad

@FarwaIsCoding

Learning Web Development. Follow to learn along~! Book a 1:1 with me at: https://topmate.io/farwa_ahmad

Farwa Ahmad 已转帖

HIND’S HALL. Once it’s up on streaming all proceeds to UNRWA.


Buckle Up, folks! 🖤 I got a golden ticket to the coolest thing - Topmate's AI search! I am an experienced front-end and UX developer. If you're looking for some guidance and tips in these areas, don't hesitate to check out my Topmate profile I'm at bunchpot.xyz/ai-search?sour….

FarwaIsCoding's tweet image. Buckle Up, folks! 🖤

I got a golden ticket to the coolest thing - Topmate's AI search!
I am an experienced front-end and UX developer. If you're looking for some guidance and tips in these areas, don't hesitate to check out my Topmate profile
I'm at bunchpot.xyz/ai-search?sour….

Farwa Ahmad 已转帖

A wonderful reminder that like art, our code is also alive, responsive, and evocative. Worth a watch! vimeo.com/64895205


Farwa Ahmad 已转帖

Git commands by @iamjatinrao :

GIT CHEAT SHEET 😍 GIT is the most popular version control system. Being proficient in git is a must for every developer😀 #100DaysOfCode #CodeNewbie #DEVCommunity

iamjatinrao's tweet image. GIT CHEAT SHEET 😍

GIT is the most popular version control system. Being proficient in git is a must for every developer😀

#100DaysOfCode #CodeNewbie #DEVCommunity


- (minus) converts strings to numbers, '23' - ' 1' will return 22 #JavaScript


If we define variables without 'let', 'const' or 'var', #JavaScript creates it to be a property on the global object x = 'hello" //property on the global object #WebDevelopment


Whenever an operation fails to produce a number #JavaScript returns NaN (Not a Number) e.g. console.log(Number('HELLO') //NaN Interestingly, typeof NaN //number Because it is an invalid number


2 ** 3 //exponentiation operator i.e. 2 to the power 3 #JavaScript


You can run #JavaScript code directly in your browser by using dev tools: Ctrl + Shift + J Great for testing concepts #WebDevelopment


typeof null //object typeof undefined //undefined #JavaScript #WebDevelopment


Loading...

Something went wrong.


Something went wrong.