- Laureles
- El Poblado
- Free walking tour of downtown http://www.realcitytours.com/
- Parque Arví https://goo.gl/maps/ubUD3doaaYQ2
| console.log('test'); |
https://goo.gl/maps/LicqzR5oKjJ2 todos los sitios a donde fuí.
Nosotros alquilamos carro en el aeropuerto para poder manejar y tener más flexibilidad. Lo único es que conseguir un carro bajito nos causo dificultades ya que la mayoría de las carreteras no son muy buenas.
Pasamos aquí 4 noches y nos gustó mucho. Es buen sition para relajarse, ir a cafés y estar relajado un rato. Es un buen sition para basarse y explorar otras partes, pero el pueblo en si se alcanza a turistear en dos días.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Parcel Sandbox</title> | |
| <meta charset="UTF-8" /> | |
| </head> | |
| <body> | |
| <div id="app" class="grid game"> | |
| <div class="row"> |
| # Prompt | |
| Can you write a jscodeshift transform that turns a file like | |
| ``` | |
| import { defineMessages } from 'react-intl'; | |
| export default defineMessages({ | |
| "title.juan": "Screening Results", | |
| "subtitle.juan": "Your {{- date}} results indicate you may have {{level}} {{resultType}}.", |
| # Prompt | |
| Could you write me a js program using lodash that will take a nested json structure like this | |
| { | |
| "today": "Today", | |
| "greeting": { | |
| "morning": "1", | |
| "evening": "2" | |
| }, | |
| "title": { |
| # Prompt | |
| Can you write a jscodeshift transformer that will change a file like this | |
| ``` | |
| import { DS_SPACING_UNITS } from '@calm/evexia-design-tokens'; | |
| import { Heading } from '@rhg/components/heading'; | |
| import { useTranslation } from '@rhg/libs/i18n'; | |
| import { getTimeOfDay } from '@rhg/utils/date-time'; | |
| import { HomePaddedContainer } from '../layout'; |