diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html')
-rw-r--r-- | files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html b/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html index 215edd139a..af3a662883 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html @@ -12,7 +12,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/endsWith --- <div>{{JSRef}}</div> -<div></div> + <p>O método <strong><code>endsWith()</code></strong> indica se uma string termina com determinados caracteres, retornando <code>true</code> ou <code>false</code>.</p> |