Skip to content

My shameless solution 🙈#4

Open
arepaFlipper wants to merge 1 commit into
PlatziMaster:masterfrom
arepaFlipper:master
Open

My shameless solution 🙈#4
arepaFlipper wants to merge 1 commit into
PlatziMaster:masterfrom
arepaFlipper:master

Conversation

@arepaFlipper

Copy link
Copy Markdown

No description provided.

@hyfi06 hyfi06 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested changes

Comment thread src/index.js
// your code
return ;
if(base < 2 || base > 36) return null
return decNumber.toString(base).toUpperCase();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genial! Siempre es bueno revisar la documentación para no reinventar la rueda. Pero en este caso, para fines del ejercicio tienes que usar el StackObj y reiniventar la rueda.

Comment thread src/index.js
@@ -1,8 +1,8 @@
const { StackObj } = require ('./stack-obj');

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No estás usando StackObj en la solución. Este challenge está en el contexto de la estructura de datos stack y como una aplicación.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants