DEV Community

Brighton Smith
Brighton Smith

Posted on

[Flatiron SE] Day 3: 08/30/24

Howdy everyone! Feesh here!

Today was very eventful when it came to learning for me! So lets just jump straight in!

Server Access

I learned a lot more about server side stuff. Especially when it came to DOM and JSON! But it wasn't the main focus of today. But I definitely didn't struggle on it like yesterday.

Array Iteration

This was the big learning topic of today. I learned a bit more about for loops, but I learned a ton about Integer Modifiers. The three were,

Find(), Filter(), Map()

They are all different ways of iterating through a array, but all accomplish different tasks. Find() will look through a array and find a specific value in the array. Filter() will look through the array and find multiple values that match the value. And Map() will go through the array and output a new array of the same length with changes. Which I found to be the most useful of the three.

That was about everything important I learned today, I did struggle pretty hard on some labs. But that is when I took the time to realize...

I don't need to know everything, especially when I am first starting out. So that really helped me slow down and figure the problem out. I am just very excited to get started on the journey!

So once again thank you to everyone that supported me!

Bye y'all!

Top comments (0)