Skip to content

Instantly share code, notes, and snippets.

View anthonylgf's full-sized avatar

Anthony Louis anthonylgf

  • Brasila, Brasil
View GitHub Profile
@anthonylgf
anthonylgf / ReadJson.js
Last active June 2, 2018 23:40
desafio-05 os programadores
function obj(func, ar) {
this.funcionarios = func;
this.area = ar;
this.i = 0;
this.j = 0;
this.max = [];
this.min = [];
this.salMax = -9999990;
this.salMin = 99999999999;
this.count = 0;