Skip to content

Commit 5ec5d9c

Browse files
author
Fernando Gonzalez
committed
puntos 1, 2, 3, 4 listos
1 parent b2c15da commit 5ec5d9c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

assets/js/script_alquiler.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@ const propiedadesAlquiler = [
4545
},
4646
];
4747

48-
4948
let cardAlquiler = document.querySelector(".section-alquiler")
5049

5150
let html2 = ''
5251

5352

5453
for (let propiedad of propiedadesAlquiler) {
55-
54+
5655
function smokeCondition() {
5756
let permitidoFumar = `<p style="color: green"><i class="fas fa-smoking"></i> Permitido fumar</p>`
5857
let prohibidoFumar = `<p style="color: red"><i class="fas fa-smoking-ban"></i> No se permite fumar</p>`

0 commit comments

Comments
 (0)