This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
kindring
/
airws
Seguir
0
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
17233ddf77
Ramas
Etiquetas
master
airws
/
until
/
string_action.js
string_action.js
97 B
Histórico
Raw
1
2
3
4
module
.exports =
function
(
str1,action,str2
)
{
str1.__proto__[action]=str2;
return
str1;
}