DJDaniel Jimenezinblog.jimenez.tech·Oct 3, 2023 · 1 min readAdding and removing items to arraysUse these 4 Javascript methods to either Add or remove items to an array. Many other methods can be used, but for now, I will go over Push, Pop, Shift, and Unshift. PUSH() This method will add the items to the end of the array. POP() This method will...00
DJDaniel Jimenezinblog.jimenez.tech·Apr 26, 2023 · 2 min readHow to deploy a website on NetlifyI'll be going over how to deploy a site on Netlify. Netlify offers hosting and serverless backend services for web applications and static websites...per google. Some of the great features that Netlify comes out of the box are Simply push to Deploy ...00