This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kindring
/
airws
Segui
0
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2108798e69
Rami (Branch)
Tag
master
airws
/
until
/
string_action.js
string_action.js
97 B
Cronologia
Originale
1
2
3
4
module
.exports =
function
(
str1,action,str2
)
{
str1.__proto__[action]=str2;
return
str1;
}