Exploring JavaScript Operators and Hoisting

🗓️ 𝐃𝐚𝐲 𝟑𝟎 – JavaScript Operators & Hoisting Today I explored JavaScript operators and variable behavior: ➕ 𝗔𝗿𝗶𝘁𝗵𝗺𝗲𝘁𝗶𝗰 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿𝘀: +, -, *, /, %, ** 📝 𝗔𝘀𝘀𝗶𝗴𝗻𝗺𝗲𝗻𝘁 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿𝘀: =, +=, -=, *=, /=, %= ⚖️ 𝗖𝗼𝗺𝗽𝗮𝗿𝗶𝘀𝗼𝗻 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿𝘀: ==, ===, !=, !==, >, <, >=, <= 🔗 𝗟𝗼𝗴𝗶𝗰𝗮𝗹 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿𝘀: &&, ||, ! ❓ 𝗧𝗲𝗿𝗻𝗮𝗿𝘆 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿: condition ? doThis : doThat 🔍 𝗧𝘆𝗽𝗲 𝗖𝗵𝗲𝗰𝗸𝗶𝗻𝗴 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿𝘀: typeof, instanceof 🔤 𝗦𝘁𝗿𝗶𝗻𝗴 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿: + ( for concatenation) 📦 𝗦𝗽𝗿𝗲𝗮𝗱/𝗥𝗲𝘀𝘁 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿: overview of usage 🔄 𝗡𝘂𝗹𝗹𝗶𝘀𝗵 𝗖𝗼𝗮𝗹𝗲𝘀𝗰𝗶𝗻𝗴 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿: ?? (fallback for null/undefined) 🛡️ 𝗢𝗽𝘁𝗶𝗼𝗻𝗮𝗹 𝗖𝗵𝗮𝗶𝗻𝗶𝗻𝗴: ?. (safe access to nested values) ⚡𝗩𝗮𝗿𝗶𝗮𝗯𝗹𝗲 𝗛𝗼𝗶𝘀𝘁𝗶𝗻𝗴: understanding how JS moves declarations Building a deeper understanding of how JavaScript works under the hood! 💪 #JavaScript #FrontendDevelopment #LearningJourney #Sheryians #Cohort2_0 Sheryians Coding School Sheryians Coding School Community

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories