JSFiddle - React, Tailwind, and code Playground
by Chase Wilson
JavaScript
var foo = {
bar: "Bar"
, sayBar: function(){
alert(this.bar);
}
};
foo.sayBar();
by Chase Wilson
var foo = {
bar: "Bar"
, sayBar: function(){
alert(this.bar);
}
};
foo.sayBar();