CodeNewbie Community 🌱

Discussion on: #CNC2021 "Write More" Mission 1 Submission Thread

Collapse
 
oerts profile image
Oz Ertas

These are the things that I'd like to write about:

  • how to use array.splice()

I recently faced a challenge where I struggled with using splice in a for loop. It's actually a very simple mistake but for any beginners out there, I think it would be useful to know ahead of time.

  • building a simple portfolio

I'm planning on building a simple portfolio website to show everything I worked on so far and I would like to document the journey.

  • Introduction to OOP principles

I've been studying OOP for a while and I read a lot of books on it. I think writing an article on simplified OOP principles would both be useful for me and anyone else looking for a simple explanation on the topic.

Collapse
 
lyqht profile image
Estee Tey

Hey Oz! I think your first article is pretty cool, maybe you would want to include the "in a foor loop" in the title directly 😄 I think performing array manipulations within loop iterations is something that many newbies would be keen to learn!

Good luck to all ur 3 articles!