Backend developer

As a final-year Software Engineering student at Gia Dinh University. I am passionate about programming and continuously strive to learn and improve my skills in both frontend and backend development. ...
0 Read More

Arrays: Reduce - Make Something

When you have a set of data you want to transform into something else, like an object or a sum, you are reducing. Method Returns One-for-one Runs for All .reduce((accumulator, value, index, arra...
0 Read More