syllabus
syllabus copied to clipboard
Style guide violation, please update
https://github.com/CodeYourFuture/syllabus/blob/02da63dbe1a20f8df0559074f4dac810e8af62a8/docs/workshops/js-testing-workshop.md?plain=1#L54
Improper use of var
https://syllabus.codeyourfuture.io/guides/code-style-guide
Please update to follow our own advice
what can we use instead of var?
what can we use instead of var?
let
i created a pull request
I changed all var to let according to style guide @SallyMcGrath please let me know how is it