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
JavaScript Noob
-
+
JavaScript Pro
-
+
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
+ }