JSFiddle - React, Tailwind, and code Playground

by Qwerty_Wasd

JavaScript

var func = function func() {
    return 0;
}
func.prop1 = 'Прувет!'
console.log(func instanceof  Object) // true
console.log(typeof func);
console.log(func.prop1);