This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
kindring
/
airws
Suivre
0
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
90f99162d2
Branches
Tags
master
airws
/
until
/
string_action.js
string_action.js
97 B
Historique
Raw
1
2
3
4
module.exports = function (str1,action,str2){
str1.__proto__[action]=str2;
return str1;
}