🎯
Focusing
- Phillipines
Pinned Loading
-
Compare a name to a collection of na...
Compare a name to a collection of names, returns the percentage of each names 1let name = 'James Bond';
2let names = [
3'Goerge Mallory',
4'Marie Curry',
5'Tom Yorke',
-
HandleBar
HandleBar 1let handlebar = function(string, handlers){
2if(string.match(/({{).*?(}})/g).length){
3Object.keys(handlers).forEach( key => { string = string.replace(new RegExp("({{)"+key+"(}})"), handlers[key]); });
4};
5return string;
-
-
axios-docs
axios-docs PublicForked from axios/axios-docs
Official documentation for the axios HTTP library
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.