const Projects = ({ github_repos }) => {


return (


{/* ADVENT OF CODE JS */}

My solutions to coding puzzle everyday for the next 25 days for a total of 25 challenges starting December 1st

JavaScript Badge
Screenshot of Advent Of Code   Js

๐Ÿ’ผ About this project


My solutions to coding puzzle everyday for a total of 25 challenges starting December 1st, 2022.

๐Ÿง  What I learned


  • Data structures and algorithms
  • Object oriented programming
  • Recursion ๐Ÿ˜ตโ€๐Ÿ’ซ

Side note: It was interesting to work alongside colleagues and compare answers. I learned a lot from reviewing everyone else's code and how they problem solved differently than I did.

)


}


export default Projects;