UNPKG

math_chay

Version:

Es un modulo de matematicas para certi 1

7 lines 171 B
var internal_counter=0; function count_call() { ++internal_counter; console.log("El contador tiene" + internal_counter + "llamadas"); } module.exports= count_call;