diff --git a/app.js b/app.js new file mode 100644 index 0000000..60c6921 --- /dev/null +++ b/app.js @@ -0,0 +1,4 @@ +// by jean ospina +console.log('hello world'); +// comparacion numerica +5 > 8;