Day 79 Self-Study to Web Dev!
2 min readMar 24, 2019
Completed Resume!! (Hopefully will work on cover letter tomorrow!)
References are on the actual resume, just chopped them off for privacy’s sake. (Although if you are an employer reading this please contact me for the full resume complete with references!!)
Continued my Journey with React.
A snippet from working with Conditional Rendering..
Also Learned about:
=> Creating conditionals by using ternary operator with JSX
=> Toggling onClick Events in React
=> Reviewing Props and State
=> Rendering Dynamic Lists
=> How to create a fully copy of an array and object instead of just copying the array’s / object’s pointer.