Today, I was briefly introduced to currying on my web developer course. An advanced concept in JavaScript was presented to me earlier, and i must admit, i’m not entirely sure of it’s usefulness at this point in time (my potential naive outlook could be responsible though). That being said, as I diverted to some youtube… Continue reading Curried functions. (today I learned)
Creating a mini Facebook, using JavaScript.
I’ve been revisiting earlier concepts of JS and decided to post a recent project (that I used with fundamental JS) of logging onto Facebook and seeing the news feed.
Rendering images from an array 📸
How I recently added images onto a page using JavaScript Step 1: Within the index.html file, I created an empty div with an id of “container”. This is where I will later render the images through the DOM. Step 2: I then created an array of image src’s (as strings), within the index.js file. The… Continue reading Rendering images from an array 📸
.map() in practice🗾
My understanding of the .map method. Why, When and How to use it!
SearchBar to find name within a list of names. Code Explained🔎
In this post I will be explaining my code through different annotations. Let me know your preferred style!
How writing about one error, led to another.
How writing this blog post, I discovered that I had not actually solved the problem, but found another problem, but later corrected them.
Road Block
This week I have struggled with trying to measure how much i’m learning, and how much I should know or be able to do at this stage.
Doing things wrong, then fixing them later.
When I’m not sure how to do things, it’s OK to make think things wrong (in the way I know how) and try and fix them later. This is one of my approaches to finding the solution later.
How I worked through a challenge of creating a ‘reset’ button function.
I decided to document my process of solving a problem and working through early challenges in my code project.
Scrimba’s latest member: Me!
I have enrolled on Scrimba’s front end developer career path. I decided to take this course as I needed…