File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,10 @@ O objetivo é que a função receba um array e retorne ele caso o seu tamanho co
1414 - Se o tamanho do array for diferente do número enviado como parâmetro, lance um erro do tipo ` RangeError `
1515- Utilize a declaração ` try...catch `
1616- Filtre as chamadas de catch por cada tipo de erro utilizando o operador ` instanceof `
17+
18+ ## Links Auxiliares
19+
20+ - [ Objeto Error] ( https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Error )
21+ - [ instanceof] ( https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Operators/instanceof )
22+ - [ typeof] ( https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Operators/typeof )
23+ - [ try...catch] ( https://pt.stackoverflow.com/questions/58536/para-que-servem-os-blocos-try-catch-e-quando-devem-ser-utilizados#:~:text=Bloco%20try%2Fcatch%20serve%20para,tratamento%20dos%20erros%20que%20aconteceram. )
You can’t perform that action at this time.
0 commit comments