khm
0
Q:

oop js is

var js = new JavaScript();
js.isObjectOrientated = true;
2
function Person(name) {
  this.name = name;
  this.greeting = function() {
    alert('Hi! I\'m ' + this.name + '.');
  };
}
0

New to Communities?

Join the community