Extract Matches Question

I need to know why the ‘let result’ wasn’t in the example.

Your code so far


let extractStr = "Extract the word 'coding' from this string.";
let codingRegex = /coding/; // Change this line
let result = extractStr.match(codingRegex); // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/extract-matches/

Please expand

You already know how to assign the value from an expression to a variable…

i am getting confuse and when they leave stuff out I get lost cause i think its something new.

Javascript is so hard to understand.