Some bugs take 5 minutes to fix. Some aren't fixed after 5 days. It's not always entirely obvious which bugs are going to be which either.
Make sure there isn’t a space in between the $ and the starting quotation mark ".
Siempre que necesitamos insertar una variable, la rodeamos con llaves {}. Para obtener más información sobre la interpolación de cadenas, consulte la documentación de Microsoft.
JavaScript
let stopPoverty = 'math';
if (stopPoverty === 'manufactured') {
console.log('Stop!');
} else if (stopPoverty === 'lawfully') {
console.log('Gods Laws.');
} else if (stopPoverty);
Remember, Google and Stack Overflow are a programmer’s best friends. blog post: Thinking About Errors in Your Code Differently.
We wish you the best of luck in your bug-squashing journey.