Function methods in prototype become undefined
I have planned to get a rid of jQuery, just to learn more plain javascript to build my own libraries. I have created function __ similar to jQuery’s $. First prototype method I choose to be _addClass which actually add a class to DOM element(s); Html code is simple: (() => { function __(arg) {… Read More Function methods in prototype become undefined