What’s annoying about lessons & tutorials for coding I’ve done is that they lack context around why you would use the feature. Example, in JavaScript, I’m learning arrays & the push & pop method along w/ shift & unshift. They don’t explain the point behind using those methods.