UUUkpa Uchechiinukpauchechi.hashnode.dev·Jul 24, 2023 · 4 min readCreate a Digital Clock with Javascript And Host It On Vercel.Here is the link to the project we will be building https://digitalclock-rho.vercel.app/?vercelToolbarCode=aJS30SsxtruOrlJ Prerequisites Knowledge in HTML knowledge in CSS Knowledge in JavaScript Let's write the HTML code <!DOCTYPE html> <html l...00
UUUkpa Uchechiinukpauchechi.hashnode.dev·Jul 22, 2023 · 4 min readNodejs module, module.exports and exportsIntroduction With the increase in application requests, which also increases the amount of code that has to be written, it was no longer practical having all code in one file. The concept of modulation was born, which allowed us to separate our files...00