From 048cfc444cdbab25036f52635bcf81ad1d56106d Mon Sep 17 00:00:00 2001 From: Gabriel de Jesus Date: Thu, 30 Jul 2026 17:42:57 -0300 Subject: [PATCH 1/2] ADicionando biblioteca javascript --- moeda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moeda.js b/moeda.js index a8f7e03..87fb383 100644 --- a/moeda.js +++ b/moeda.js @@ -1,3 +1,3 @@ export default { - moeda: 'BRL' + moeda: 'brl' } From c9634f5d61df3b49eae86229ba257edeb9f2886b Mon Sep 17 00:00:00 2001 From: Gabriel de Jesus Date: Thu, 30 Jul 2026 17:49:24 -0300 Subject: [PATCH 2/2] Implementado JS moderno --- moeda.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moeda.js b/moeda.js index 87fb383..ef501ad 100644 --- a/moeda.js +++ b/moeda.js @@ -1,3 +1,4 @@ export default { - moeda: 'brl' + moeda: 'brl', + preco: 17.89 }