Generation

generate functionTue, 11 Apr 2023

mostrar empresa1 = new Empresa("EMPRESA1", "B06653940", "AVENIDA EUROPA 5 MADRID", 912323234, "LUIS GOMEZ", trabajadoresempresa1)

var Empresa = function(nombre, cif, direccion, telefono, responsable, trabajadores){ this.nombre = nombre; this.cif = cif; this.direccion = direccion; this.telefono = telefono; this.responsable = responsable; this.trabajadores = trabajadores; } var trabajadoresempresa1 = [ new Trabajador("1", "Luis", "Gomez", "M", "Oviedo", "Oviedo", "Asturias", "España", "3314445566", "12345678Q", "luis@gmail.com", "luis", "luis", "luis", "luis", "luis", "luis", "luis", 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant