|
var jobTitler = {
subject: [
"Screen", //100
"Input", //400
"Dialog", //900
"Interface", //1600
"Data", //2500
"Big Data", //3600
"Choice", //4900
"System", //6400
"Computation", //8100
], // 9
position: [
"Administrator", //1000
"Technician", //4000
"Engineer", //9000
"Specialist", //16000
"Architect", //25000
"Executive", //36000
]
}
https://pippinbarr.github.io/itisasifyouweredoingwork/js/dat...I'm guessing Computation Executive might be the highest if it uses the position field. (Don't have time to see how this data gets used to set the title.) |