UNPKG

castelog

Version:

Programación JavaScript en castellano.

7 lines (6 loc) 493 B
const x = []; const y = [0, 1, 2]; const z = [3, 4, 5]; if(!(x.length === 0)) throw new Error("Error en fichero [-] en posición [71-109=3:35-4:38] cuando: " + "Compruebo que x.length es igual que 0") if(!(y.length === 3)) throw new Error("Error en fichero [-] en posición [110-148=4:39-5:38] cuando: " + "Compruebo que y.length es igual que 3") if(!(z.length === 3)) throw new Error("Error en fichero [-] en posición [149-187=5:39-6:38] cuando: " + "Compruebo que z.length es igual que 3")