JavaScript pointCLEAN YOUR THOUGHT IN JSPublishedMarch 5, 2024•1 min read•View as MarkdownSshihab_kabirPut & Patch Put: put move the hole ice cream. Patch: patch moves only ice cream cubes. Graphical view source from @VikasRajput #problematicconceptclear#graphicalexplanition#putvspatchinjs
JS 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 ...Apr 3, 2023·6 min read