From acad5e8e7f5bc08ac4c20aa29354a21f8787f7ab Mon Sep 17 00:00:00 2001 From: Yanatchara JERAJA Date: Mon, 3 Jul 2023 15:10:26 +0700 Subject: [PATCH] FAQ added --- src/constants/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/constants/index.js b/src/constants/index.js index 445d129..d076805 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -78,11 +78,6 @@ const faqs = [ question: 'Do I need prior programming experience to attend the camp?', answer: 'No, you do not need any prior programming experience to attend the camp. The camp will start from the very basics of programming.' }, - { - section: 'Programming', - question: 'What programming concepts will be taught during the camp?', - answer: 'The programming concepts that will be taught during the camp are variables, data types, operators, conditional statements, loops, and functions.' - }, { section: 'Programming', question: 'Will the camp cover both theoretical and practical aspects of programming?',