Code Length: 40 lines
- Replicating basic 3-4 features of jquery using Vanilla JS
- Document on load functionality
$(console.log('onload'))
- Selecting elements using
$('selector')
- .text method
- .html method
- .css method
- .on method
- .each method by binding the
this
- make the code in more of a prototypical way