This file contains 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
{ | |
"cities": [ | |
{ | |
"name": "CDMX", | |
"shoppingCenters": [ | |
{ | |
"name": "Artz Pedregal", | |
"location": { | |
"coordinates": { | |
"latitude": 19.3628, |
This file contains 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
{ | |
"data" : [ { | |
"gid" : "1205080767570024", | |
"actual_time_minutes" : null, | |
"assignee" : null, | |
"assignee_status" : "upcoming", | |
"completed" : false, | |
"completed_at" : null, | |
"created_at" : "2023-07-18T01:59:43.319Z", | |
"due_at" : null, |
This file contains 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
Bulbasaur | |
Ivysaur | |
Venusaur | |
Charmander | |
Charmeleon | |
Charizard | |
Squirtle | |
Wartortle | |
Blastoise | |
Caterpie |
This file contains 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
var arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; | |
for (i=arr.length-1; i >=0 ; i--){ | |
if ((arr[i] % 2 == 0 || arr[i] % 2 != 0) && arr[i] == 5){ | |
console.log(arr[i]); | |
} | |
} |
This file contains 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
h6 { | |
font-color: #ea2470; | |
} |
This file contains 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
body | |
background-color #ea2470 |