This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
kindring
/
airws
Urmărește
0
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
b9b76635bb
Ramuri
Etichete
master
airws
/
until
/
string_action.js
string_action.js
97 B
Istoric
Crud
1
2
3
4
module
.exports =
function
(
str1,action,str2
)
{
str1.__proto__[action]=str2;
return
str1;
}