UNPKG
castelog
Version:
latest (0.0.1)
0.0.1
Programación JavaScript en castellano.
github.com/allnulled/castelog
allnulled/castelog
castelog
/
test
/
scripts_de_sintaxis
/
100.n.apendice_de_filtrado.js
6 lines
(5 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
if
(!((
Castelog
.
metodos
.
un_filtrado_por
([
1
,
2
,
3
],
(
item
) =>
{
return
item ===
2
; },
null
,
null
) ).
length
===
1
))
throw
"Error de 100.n.apendice_de_filtrado.clg"
;