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?',