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