Course typos and mistakes

Thank You for this, I just posted the same type of question and followed your solution. It worked. Im not a Mac User but it worked never the less.

1 Like

Perfect. I like the fact that you found your answer in another student’s post. :+1:
That’s a really good habit to have. We learn a lot from knowing that we are not the only one experiencing the issues we will occur. So just search the forum or google for the solutions. That’s a big part of the learning process. We all learn very quickly that we have to spend a lot of time on ā€œerror handlingā€ as a developer. But that is half the fun also, nothing beats the feeling when we finally solve our issue. That is very satisfying.

Good luck.
Ivo

Asynchronous Programming - Reading Assignment

This link does not work anymore: https://www.discovermeteor.com/blog/understanding-sync-async-javascript-node/

1 Like

Optional: C++ Strings Stanford Lecture => video does not work

Optional: C++ Functions Standford Lecture => video does not work

1 Like

C++ Little Project: although I was able to do it all myself, in your explanation video you did not show how to count number of attempts (for some folks it may be needed).

1 Like

thank you for notice it!, the little issue will be taken note of it. :slightly_smiling_face:

Carlos Z.

Hey group,
I’m not sure if this is the right channel to correct web link. Link to ā€œOptional: C++ Strings Stanford Lectureā€ is broken. The video is no longer available.
Cheers
Martin

hi, that lecture should have been removed from our courses earlier.
Ivo

2 Likes

I do not see where anyone responded to this question and I have the same question? The answer is ā€œ2ā€ but I can’t figure out why? Help please!

Reading Assignment & Quiz: Variables

Javascript Programming
  1. What is the result of this? ( 10+22)%3. HINT: Read about modulo operation.
1 Like

Hey @Furnt

It refers to the modulo operator which can be descibed here:

If you have any more questions, please let us know so we can help you! :slight_smile:

Carlos Z.

1 Like

That article makes more sense then what the book said or what I was finding. Thank you!

1 Like