VCVipin Chandraineasyvipin.hashnode.dev·Aug 1, 2021 · 4 min readHow to plan out your next side project?Many times we came across so many ideas, some of them we find exciting and to some other, we rapidly lose interest as we start to work on them. Being a self-taught developer, side projects was my only flex to stand out from other developers. So I wro...00
VCVipin Chandraineasyvipin.hashnode.dev·Oct 19, 2020 · 2 min readThe Power of Splice ( ) Array methodlet sports = [ "football" , "basketball" , "swimming", "cricket"] Whenever we initialize any variable as an array, then that array variable holds many methods for its manipulation. There are almost four methods which you can use to transform the arra...00
VCVipin Chandraineasyvipin.hashnode.dev·Oct 4, 2020 · 2 min readThe debugging feature of ChromeDebugging is all about FINDING and FIXING However, sometimes it's difficult for Web developers to find the errors in their scripts!! because of which it takes a lot of hours or days to actually fix the bug. Looking for bugs > fixing them? So how to...01R