Now this was more challenging than the basic JavaScript course (as it should be!). I’ve dealt with this features in the past using Angular and React Native, but since I’ve learned directly from them, I didn’t know that they were part of the ES6.
JavaScript finally have classes! or something similar. Finally I can ditch the whole ‘prototype’ functions in favour of something more in line with OOP.
Next is Regular Expressions. Normally when I need them I’ll just search for one that suites me. It will be good to learn how to read and create expressions without running to the nearest stack overflow post.
I’ve also got back to Android Training, this time reviewing the whole Android Jetpack, Androidx, MVVM Architecture and a whole range of new keywords to understand. I’ll be doing demos and refactoring old code in my GitHub page to practice more.