Skip to content

Conversation

@raivatshah
Copy link
Member

This is the first time I am doing this so pls correct me if I made a mistake in typing this out. I have verified on sourceacademy playground that my solution is correct!

This is the first time I am doing this so pls correct me if I made a mistake in typing this out. I have verified on sourceacademy playground that my solution is correct!
@martin-henz
Copy link
Member

let counter = 0;//initilized to 0 

should be

let counter = 0; // initialized to 0 

(note the spelling and the space after ;)

@martin-henz martin-henz merged commit f917381 into source-academy:master Apr 28, 2019
@martin-henz martin-henz added the Exercise solution Solutions to textbook exercises label Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Exercise solution Solutions to textbook exercises

2 participants