Skip to content

Instantly share code, notes, and snippets.

View cusihuaman's full-sized avatar
🏠
Working from home

Ferdinand cusihuaman

🏠
Working from home
  • FerdTec
  • Peru
View GitHub Profile
@codigoconjuan
codigoconjuan / NuevoCliente.jsx
Created September 19, 2022 23:46
Validar emails
let regex = new RegExp("([!#-'*+/-9=?A-Z^-~-]+(\.[!#-'*+/-9=?A-Z^-~-]+)*|\"\(\[\]!#-[^-~ \t]|(\\[\t -~]))+\")@([!#-'*+/-9=?A-Z^-~-]+(\.[!#-'*+/-9=?A-Z^-~-]+)*|\[[\t -Z^-~]*])");
@codigoconjuan
codigoconjuan / Index.jsx
Created September 19, 2022 21:25
Gist Clientes
const clientes = [
{
id: 1,
nombre: 'Juan',
telefono: 102013313,
email: "juan@juan.com",
empresa: 'Codigo Con Juan'
},
{
id: 2,