Sep 21, 2024 路 4 min read 路 First Program - Hello World! Basics of HTML HTML stands for Hyper Text Markup Language. It is the standard markup language for creating Web pages. If our websites are buildings then HTML is the most basic building block of the Web. It defines the ...
Join discussionAug 30, 2024 路 6 min read 路 To initialize the Node JS project, run the following command in the terminal: $ npm init It will prompt you some questions (name, version, description, entry point, etc.). You can either answer them or press Enter to accept the defaults. At the end, ...
CVishalRaghav commented