We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1896a39 commit bb60e9bCopy full SHA for bb60e9b
9-regular-expressions/17-regexp-methods/article.md
@@ -44,7 +44,7 @@ Possui 3 modos:
44
let result = str.match(/HTML/);
45
46
alert(result); // null
47
- alert(result.length); // Error: Cannot read property 'length' of null
+ alert(result.length); // Error: Cannot read property 'length' of null (Erro: Não é possivel ler a propriedade 'length' de null)
48
```
49
50
Se desejamos que o resultado seja uma matriz, podemos escrever assim:
0 commit comments