Skip to content

Instantly share code, notes, and snippets.

View iqdavidh's full-sized avatar

david huerta iqdavidh

  • parallax.mx
  • CDMX
View GitHub Profile
<?php
/**
* Copyright (c) 2017 Edgar Merino
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
@iqdavidh
iqdavidh / gist:5718612241fa4de46f220869ce643ad9
Created April 26, 2019 01:54
PP-PT-MX-juancarlo-david
let hacker1 = 'David';
let hacker2 = window.prompt('Introduce el nombre del pasajero');
let hSize1 = hacker1.length;
let hSize2 = hacker2.length;
console.log(`The navigator's name is ${hacker2}`);//Conditionals ------------**if(hSize1 > hSize2){
@iqdavidh
iqdavidh / Instalaciones-React.md
Created September 14, 2022 10:17 — forked from Klerith/Instalaciones-React.md
Instalaciones recomendadas para mi curso de React de cero a experto