From 5e98d311d6e7524560f1db4332e6fc6871baa7c8 Mon Sep 17 00:00:00 2001 From: Gustavo Lopez <5049755+slave-of-the-code@users.noreply.github.com> Date: Wed, 19 Aug 2020 00:07:45 -0300 Subject: [PATCH] Code was removed since it is in another file. --- src/index.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/index.js b/src/index.js index 53279d9..8b13789 100644 --- a/src/index.js +++ b/src/index.js @@ -1,19 +1 @@ - -const activo = true; - -// let mensaje = ''; - -// if ( !activo ) { -// mensaje = 'Activo'; -// } else { -// mensaje = 'Inactivo'; -// } -// const mensaje = ( activo ) ? 'Activo' : 'Inactivo'; -// const mensaje = ( activo ) ? 'Activo' : null; -const mensaje = activo && 'Activo'; - - -console.log(mensaje); - -