UNPKG

math_sample_villarroel

Version:

math sample for UPB ================================ the following application is for learning purposes. That's it, babe. features: - **addition** adds - **multiplication** multiplies - **division** Guess what, just a division - **fibonacci** well

7 lines (6 loc) 172 B
var intenal_counter=0; function count_call(){ ++internal_counter; console.log("el contador tiene" + internal_counter + " llamadas"); } module.exports = count_call;