Hello there! 👋🏽
In this repository, I'm documenting my journey of coding tests recieved.
All files: files that were submitted from February 2023 for Coding Challenges.
Challeges | Files Submitted |
---|---|
AtlassianChallenge | |
HackerRelayChallenge |
🌱 Mistakes and Lessons:
- Atlassian Challenge 2023
- Map JavaScript (Map object holds key-value pairs and remembers the original insertion order of the keys. )
- Set JavaScript - Set object (collection of values - A value in the set may only occur once; it is unique in the set's collection.) Set JavaScript
-
practice before a challenge because I spent too much time remembering methods. I had to use internet help also it is accepted in Coder Byte!
-
If applying for React jobs then you will get simple React template code challenge to modify application such as toggle between items in array. ex - on/off switch using useSate onClick function with toggle action using Context API
Feel free to explore my code or provide constructive feedback.
Happy coding! 🚀