Advertisement
Dennisaa

JSLint02

Sep 5th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var Calc2 = function () {
  2.     'use strict';
  3. };
  4.  
  5. Calc2.prototype.Add = function (a, b) {
  6.     'use strict';
  7.     return a + b;
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement