UNPKG

mcalc

Version:

math calculator

6 lines 163 B
var internal_counter=0; function count_call(){ ++internal_counter; console.log("You have made "+ internal_counter+" Call(s)!"); } module.export= count_call;