Basic JavaScript Day 2: Homework

Hey JavaScripters!

Great job once again today! :purple_heart: We covered a lot and you rocked it

:loudspeaker: Quick reminder about homework for the next session!
Tomorrow we’ll start with the exercise Write Reusable JavaScript with Functions , so your homework is to do the exercises until that point:

Remember folks, you’re not alone.
Don’t hesitate to seek help in the js-help channel or on the forum!

Be sure to collaborate, be sure to ask lots of questions, and be kind to one another!

We’re all in this together!
Happy Coding!
#PatPat :raised_back_of_hand:

10 Likes

Great video again, home work completed

2 Likes

Thanks for the training today, Ramon. Homework completed.

2 Likes

Homework is done! :blush:

6 Likes

That last one had me thinking!

4 Likes

Another nice session today. Assignment Completed

2 Likes

Hi everyone. Kindly, Someone can help me?I’m stuck with “finding a Remainder in JavaScript”

1 Like

Hey there! How can I help?

2 Likes

I don’t know how to initialize the remainder in the exercie 20. I do and I do again.It does not work.I need a help. Thank you before!

Happy to help! Could you show us the code you have so far?

By the way, have you watched today’s recording? It’s the first exercise I cover

1 Like

Thank you very. I was there!

Great! And I take it you tried the same code?

Alright! Thank you very much for yor availability.

You’re very welcome. What’s the code you tried?

The code I tried is remainder = 11%3;

Sounds like your missing const:

const remainder = 11 % 3;

Remember, we’re declaring a variable too!

1 Like

yes it is. const remainder = 11%3;

console.log(remainder)

I’m writting you with a deep joy.That is why…

1 Like

Awesome! Hope that makes sense!

Thank you very much!

1 Like