From c927641b119b46410114f1d3c5f90b1d6fc90346 Mon Sep 17 00:00:00 2001 From: revengemiroz Date: Tue, 19 May 2020 20:56:14 +0545 Subject: [PATCH] General-Questions --- index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.js b/index.js index 8b4fc4f..4e5ee1f 100644 --- a/index.js +++ b/index.js @@ -101,6 +101,11 @@ const projects = [ name: 'Recipe', github: 'https://github.com/revengemiroz/VanillaJS/tree/master/Recipe' + }, + { + name: 'General-Questions', + github: 'https://github.com/revengemiroz/VanillaJS/tree/master/General-Questions' + } ]