diff --git a/challenges/index.html b/challenges/index.html index daf7e0606..674507e43 100644 --- a/challenges/index.html +++ b/challenges/index.html @@ -134,17 +134,17 @@

CSS Ultimate

Image 1

JavaScript Noob

- +
Image 1

JavaScript Pro

- +
Image 1

JavaScript Ultimate

- +
@@ -162,6 +162,15 @@

JavaScript Ultimate

function csshard() { window.location.href = 'hardcss.html'; // Redirect to the quiz page } + function jseasy() { + window.location.href = 'jseasy.html'; // Redirect to the quiz page + } + function jsmed() { + window.location.href = 'jsmed.html'; // Redirect to the quiz page + } + function jshard() { + window.location.href = 'jshard.html'; // Redirect to the quiz page + } diff --git a/challenges/jseasy.html b/challenges/jseasy.html new file mode 100644 index 000000000..2d9e63f2b --- /dev/null +++ b/challenges/jseasy.html @@ -0,0 +1,194 @@ + + + + + + JS Easy Quiz + + + +
+

JavaScript Quiz

+
+ + +
+ + + +