Day 15 => Local Storage => GitHub Well, all the data will eventually be in an array. And that array data will be turned into a big string. Every time we add an item we run that populateList function. But it recreates the entire list, so be mindful of that. ID = For Ternary operator because any indication of the word checked will automatically check hte object in the list. LocalStorage is in the browser, stored in the domain. It’s a key value until further configured, and the only option is strings Day 17 => Article Replacement => GitHub Featuring bands of my own design. The replace() can take away articles for easier sorting. I wonder if there’s an option to take away vowels in words. Many ways to make this thing; return strip(a) > strip(b) ? 1 : -1 If all you’re doing in a function is returning something, you can use an implicit return; const sortBands = bands.sort((a, b) => strip(a) > strip(b) ? 1 : -1); (remove return and the } b...
I research and implement products + infrastructure for the Cloud, software, and other interesting things. My tailored Cloud Project Portfolio is at runtcpip.com