Sshihab_kabirinshihabnodes.hashnode.dev·Mar 5, 2024 · 1 min readJavaScript pointPut & Patch Put: put move the hole ice cream. Patch: patch moves only ice cream cubes. Graphical view source from @VikasRajput00
Sshihab_kabirinshihabnodes.hashnode.dev·Apr 3, 2023 · 6 min readJS Array & Use caseThe array is just a collection of data & it is an object. Array data sets are integrated index-wise. [ ]=This is called notation. JS array is mutable which means after declaration you can change data & that wouldn't take more memory, you can replace ...00