Most of the examples would be identical in ES5.

The only ES6 features I see in this post are const/let, arrow functions, and template strings, all of which can be used with or without jQuery.

Object.entries came in ES8.