Skip to content

Commit

Permalink
mejorar instrucciones en dataFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
DeysiVergara committed Sep 22, 2023
1 parent 5d26d46 commit 6c0f361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/02-dataverse-explorers/src/dataFunctions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Con base en estos ejemplos, puedes desarrollar tus propias funciones.
//Estas funciones son ejemplos, aquí puedes desarrollar tus propias funciones.

export const example = () => {
return 'example';
Expand Down
2 changes: 1 addition & 1 deletion projects/02-dataverse-explorers/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { renderItems } from './view.js';

import data from './data/dataset.js';

console.log(example(), renderItems(data), data);
console.log(example, renderItems(data), data);

0 comments on commit 6c0f361

Please sign in to comment.