Coding FluffballJavaScript Arrow FunctionsSo… I finally learned how to write functions. And now introducing arrow functions 😊Jun 15, 2021Jun 15, 2021
Coding FluffballJavaScript While LoopShortly after learning about for loops, I found out about while loops.Jun 11, 2021Jun 11, 2021
Coding FluffballJavaScript Function ScopeI like to think of scope as visibility. Where are you able to see 👀 this variable that you have declared. Well, it depends on where you…Jun 10, 2021Jun 10, 2021
Coding FluffballJavaScript Looping Over ArraysLooping over arrays in JavaScript can be done in two ways. A for loop or via a for of loop.Jun 9, 2021Jun 9, 2021
Coding FluffballJavaScript For LoopsLoops just make me dizzy. I found loops to be one of the harder concepts to pick up when beginning to code.Jun 7, 2021Jun 7, 2021
Coding FluffballWhy is Coding so Hard?I have always wanted to code, but have often found myself in an infinite while loop (pun intended). How can I break out of this loop? I…Jun 4, 2021Jun 4, 2021