Help: Match All Letters and Numbers

Tell us what’s happening:
Can somebody help me out to solve this challenge and explain me how it works?

Your code so far


let quoteSample = "The five boxing wizards jump quickly.";
let alphabetRegexV2 = /\w/; // Change this line
let result = quoteSample.match(alphabetRegexV2);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/match-all-letters-and-numbers

Look here for flags.

Thank you very much, I solved it.

I was wondering, is there any safe way to learn to code pretty fast and easely and understand the programming concepts behind it without spending much money apart from this website?

There are plenty of other free resources beside this site. Try to find the best way of learning for you. It changes from person to person. And don’t rush try to really understand concepts and basics of programming.