MAMena Azizinmenaaziz27.hashnode.dev·May 20, 2022 · 1 min readShare your desk setup here! 🖥️👨💻Hello, community! I'm gonna change my desk setup and planning to get an extra monitor to increase productivity. Could you share with me your desk setup and how you use yours daily in programming stuff? (ex why you prefer two horizontal monitors other...00
MAMena Azizinmenaaziz27.hashnode.dev·Dec 21, 2020 · 7 min readHoisting in javascript variablesIntroduction Whenever you run your code, javascript parses it first before execution .. during the parsing phase the parser reads code line by line to check for any errors and stops execution if there's any, and if there's no errors javascript interp...00