mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-04 22:07:47 +02:00
Replace broken quiz links
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
##
|
||||
Pre-Lecture Quiz
|
||||
[Pre-lecture quiz](2-js-basics/4-arrays-loops/.github/pre-lecture-quiz.md)
|
||||
[Pre-lecture quiz](.github/pre-lecture-quiz.md)
|
||||
|
||||
This lesson covers the basics of JavaScript, the language that provides interactivity on the web. In this lesson, you'll learn about arrays and loops, which are used to manipulate data.
|
||||
|
||||
@@ -114,7 +114,7 @@ There are other ways of looping over arrays other than for and while loops. Ther
|
||||
|
||||
##
|
||||
Post-Lecture Quiz
|
||||
[Post-lecture quiz](2-js-basics/4-arrays-loops/.github/post-lecture-quiz.md)
|
||||
[Post-lecture quiz](.github/post-lecture-quiz.md)
|
||||
|
||||
|
||||
## Review & Self Study
|
||||
|
Reference in New Issue
Block a user