New Years Resolution - Dev Log 7
const setMood = (moodToBeApplied, me) => {
me.mood = moodToBeApplied;
}
setMood('excited', me);
As the Google level code snippet above says, I am excited. The reason I have hyped up is that today not only did I catch up this blog to my current de...
lawrencemueller.hashnode.dev2 min read