wair92
0
Q:

eslint ignore javascript

var thing = new Thing(); // eslint-disable-line no-use-before-define
thing.sayHello();

function Thing() {

     this.sayHello = function() { console.log("hello"); };

}
-1

New to Communities?

Join the community