This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import "bootstrap"; | |
| import "./style.css"; | |
| import "./assets/img/rigo-baby.jpg"; | |
| import "./assets/img/4geeks.ico"; | |
| window.onload = () => { | |
| // Listas de elementos para generar excusas aleatorias | |
| let who = ['la tortuga', 'el abuelo', 'mi tio', 'la iguana']; | |
| let action = ['pisoteo', 'se orina en', 'corre en', 'duerme en']; | |
| let what = ['mi cocina', 'el baño', 'el avion', 'el cuarto']; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import "bootstrap"; | |
| import "./style.css"; | |
| import "./assets/img/rigo-baby.jpg"; | |
| import "./assets/img/4geeks.ico"; | |
| window.onload = () => { | |
| // Listas de elementos para generar excusas aleatorias | |
| let who = ['la tortuga', 'el abuelo', 'mi tio', 'la iguana']; | |
| let action = ['pisoteo', 'se orina en', 'corre en', 'duerme en']; | |
| let what = ['mi cocina', 'el baño', 'el avion', 'el cuarto']; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import "bootstrap"; | |
| import "./style.css"; | |
| import "./assets/img/rigo-baby.jpg"; | |
| import "./assets/img/4geeks.ico"; | |
| window.onload = function() { | |
| window.onload = () => { | |
| //write your code here |