You Might Not Need jQuery
A handy resource if you’re used to using jQuery for everything but you want to try going JavaScript commando.
Don’t get me wrong: jQuery is great, but for a lot of projects, you might not need 90% of the functionality it provides. So try starting with vanilla JS and only pulling in jQuery if and when you need it.