MSMansi Srivastavaindevmansi01.hashnode.dev路Jun 5, 2021 路 2 min readDOM Manipulation ShortHand in JSDOM (Document Object Model) it is the structural representation of HTML file .it is like a tree of nodes or element which is similar to that of objects having properties which we can use to change the style of the page. document.all[index] all is ...00
MSMansi Srivastavaindevmansi01.hashnode.dev路May 23, 2021 路 3 min readVariable Declaration : var,const and letI was recently going through my linked in and saw one post where the heading was given as var vs let vs const. So i decided to dig in and write what i learnt. Given below the summary of what i will gonna write about . JavaScript has three kinds of v...00
MSMansi Srivastavaindevmansi01.hashnode.dev路May 23, 2021 路 3 min readBranching in GITHUBGITHUB is a version control tool which is what i understood from my learning. It is the place where we can find the snapshots of all the changes done in the process of making any projects. GITHUB is the place where we can go and see what changes are ...00
MSMansi Srivastavaindevmansi01.hashnode.dev路May 23, 2021 路 2 min readHTML File PathsThe HTML file path describe the location of file in the specified folder structure while making any website. The file path comes in use when we require to link some external files into our code. For example: Basic link to any web page Images CSS St...00