JSFiddle - React, Tailwind, and code Playground

by eget teteete

JavaScript

Array.protopype.xre = function(q) {
  console.log(this + 'sfgh')
}
let xa = [22, 2, 23, 45, 67];
xa.xre(2)