diff --git a/src/data/question-groups/javascript/javascript.md b/src/data/question-groups/javascript/javascript.md new file mode 100644 index 000000000..0b348cea2 --- /dev/null +++ b/src/data/question-groups/javascript/javascript.md @@ -0,0 +1,26 @@ +--- +order: 1 +briefTitle: 'JavaScript' +briefDescription: 'Test, rate and improve your JavaScript knowledge with these questions.' +title: 'JavaScript Questions' +description: 'Test, rate and improve your JavaScript knowledge with these questions.' +isNew: true +seo: + title: 'JavaScript Questions' + description: 'Curated list of JavaScript questions to test, rate and improve your knowledge. Questions are based on real world experience and knowledge.' + keywords: + - 'javascript quiz' + - 'javascript questions' + - 'javascript interview questions' + - 'javascript interview' + - 'javascript test' +sitemap: + priority: 1 + changefreq: 'monthly' +questions: + - question: What is JavaScript? + answer: JavaScript (often abbreviated as JS) is a high-level, versatile, and widely-used programming language primarily known for its role in web development. It enables interactive and dynamic behavior on websites. + topics: + - 'Core' + - 'Beginner' +---