Skip to content

Conversation

@raphhax
Copy link

@raphhax raphhax commented Apr 22, 2023

No description provided.

}

function mod(num, mod){
if (num % mod === 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Deveria ser recursivo

@@ -0,0 +1,8 @@
function range(min, max) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Faltou o intervalo

Copy link
Contributor

@jemaf jemaf left a comment

Choose a reason for hiding this comment

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

Nota: 0,65

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