Hey guys!
Just finished creating a working version of the Mixed Messages portfolio project.
Creating a project with a less handholding was fun!
I found it challenging to think of the best method to achieving some of the steps required in the process such as how to structure the code and create the logic to ensure that no message component appeared more than once but with some research and AI, I was able to learn about the Set() object which was quite interesting.
I also learned about the “new” keyword which allows you to create a new instance of an objects and the spread syntax which helps convert Set data structures into arrays to allow for accessibility.
I’d say this project took me about 8/10 hours of focused work give or take. (I plan on timing myself on the next project."
Please not I have left my pseudocode at the top of the file to show my thought process, it’s not fully updated as I did begin to stray away from it further into the code that I got as I realise some of the steps outlined was not suitable.
Please leave any constructive feedback where you can! Thanks in advance!