Only managed a few minutes today. Some javascript learning at FreeCodeCamp.com on manipulating arrays. I assume there are many, and that these are the most basic (or commonly used?): .push() // appends one or more new elements to the end of an array and returns the new length of the array. .pop() // deletes the last element of an array, decrements the array length, and returns the value that it removed. .unshift() // adds an element to the beginning of the array, shifts the existing array elements up, and returns the new length of the array. . shift() // removes and returns the first element of the array, shifting subsequent elements down to vacant space. #100daysofcode #carlacodes #codingjourney #day3
This isn’t actually day #2, more like #4 but I forgot to log those days, so we’ll go with 2. My brain jumps around a lot between ideas and I have learned to just follow the momentum. Sometimes I take notes from a book, sometimes I jump into freeCodeCamp.. Today I continues with Ania ’s 12hr Coding Bootcamp in YouTube. See link below. I am only Agee lessons in, but I really like Ania’s voice and the way she explains. Today’s items: 37:52 Box Model 39:56 Colours 44:12 Unordered and Ordered Lists 49:33 Images 54:22 Styling classes as id's 57:07 The Data property 59:00 Flexbox 01:01:45 Pop Quiz 01:03:41 Flexbox website layout 01:09:43 Commenting out Code 01:13:37 Gradients in CSS 01:15:53 Box Shadows in CSS 01:17:18 Button Styling in CSS https://youtu.be/Xm4BObh4MhI I know this is all beginner stuff, but I am always excited to see that I have understood something new.