JavaScript Q&A - Extend Your Knowledge |
Written by Ian Elliot | |||
Tuesday, 02 July 2019 | |||
A set of multiple choice JavaScript questions to test (and expand) your knowledge is available on GitHub. The questions range from basic to advanced. The questions are posted daily on Instagram by Lydia Hallie, who describes herself as a 21 year old software developer in React, Node, GraphQL, and AWS. The idea is that the questions let you test how well you know JavaScript, help you refresh your knowledge a bit, or prepare for your coding interview. Once a week the GitHub repo is updated with that week's questions. Each question takes the form of a question showing some code, four multiple choice possible answers, and the answer hidden in a collapsed section below the question. So, for example, one of this week's questions asks: What's the output of: function sayHi() { console.log(name); console.log(age); var name = "Lydia"; let age = 21; } sayHi(); And gives you choices of possible answers of:
The answers are more than just what the correct choice was; in the case of the question above, Hallie says: Answer: D
Within the function, we first declare the Variables with the It's a fun read if you want to stretch your brain and keep your JavaScript skills current.
More InformationJavaScript Questions On GitHub Related ArticlesJobs Need More Than JavaScript Homepage For JavaScript Standards Launched JavaScript Puzzle - The Too Tidy Assignment The Confusing Comma In JavaScript
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info
<ASIN:1871962579> <ASIN:1871962560>
|
|||
Last Updated ( Tuesday, 02 July 2019 ) |