5 lines
63 B
JavaScript

var Bar = {};
Bar.hello = function(){
return "I am a bar";
}