DPDurga Prasadinprasad.com·Nov 9, 2024 · 2 min readwhat is difference between var, let & const?Imagine you're building a Lego city. You'll need different types of bricks to construct different buildings. Similarly, in JavaScript, you need different types of variables to store different kinds of information. var - The Old-School Brick Think of ...00
DPDurga Prasadinprasad.com·Jul 3, 2024 · 1 min readUltimate Guide to start Web DevelopementLearn HTML,CSS,JS Learn UI UX Design Start Building Projects00
DPDurga Prasadinprasad.com·Jun 26, 2024 · 1 min readHTML for beginnersHTML -- Hyper text markup language - Tim Berners Lee - 1989 - it defines the structure of the web page/skeleton of the site CSS(cascading Style Sheets) - 1992 , used to style/design the web pages JS(javascript) - functionality of the website00
DPDurga Prasadinprasad.com·Jun 20, 2024 · 1 min readGetting started with VSCodeDownload Visual studio Code and install it. It is a code editor by Microsoft. we can use it in out=r webDev Journey. How to open a folder in VSCode? To open a folder in VSCode, click on "File" in the menu bar, then select "Open Folder" and choose th...00
DPDurga Prasadinprasad.com·Jun 19, 2024 · 1 min readHow to start Git?Go to git website, download install application check in cmd by 'git -v"00