karito1998 / desarrolloweb

0 stars 1 forks source link

desarrolloweb

git init

git add .

git commit -m ""

git checkout -b develop

git remote add origin https://github.com/karito1998/desarrolloweb.git

git push -u origin develop

{{ title }}

{{ 1+2 }}

{{ true || false }}

{{ true ? true : false }}

{{'hola soy karito'.toUpperCase()}}

{{JSON.stringify({ name: 'Nacho'})}}