Grind season

·

1 min read

I didn't take a break.

It's been a while though. Since the last post, I was working on a restaurant order app that was REALLY testing my knowledge and skills and is the reason I took a break from blogging. The stack overflow community helped me on that project and others that I messaged as well. I've realized that you really cannot do this alone because you will hit roadblocks and the community during those times can push you through to the finish line.

After I finished that project, I went back to learning and I've learned a lot of new concepts such as:

  1. The .reduce() method

  2. The ternary operator

  3. Arrow functions

  4. The setTimeout() method

  5. Constructer functions

  6. Classes

  7. this keyword

  8. Object.assign

  9. Import / Export

  10. The .map() method

And so much more, but I'll just keep the list to 10. I'm currently starting another project and this time, I'll try to give myself deadlines instead of taking a week or two on a project.