JSFiddle - React, Tailwind, and code Playground
JavaScript
getvalue: function(){
var keyCodes = {
up:36,
right:38,
left:40,
down:42,
}
return keyCodes
}
var keys = getvalue();
document.write(keys.up);
document.write(keys.down);
document.write(keys.left);
//not working because MyClass is/does not have not a constructor