camelCaseFunction(data){
- var arr = data.split(/[_]/);
- var newStr = "";
- for (var i = 0; i < arr.length; i++) {
- newStr += arr[i].charAt(0).toUpperCase() + arr[i].slice(1) +(',');
- }
- newStr = newStr.replace("-"," ")
- return newStr;
}
Sun-Dried Potato Chips Recipe https://www.youtube.com/watch?v=e_PVvAU77Qs , recipe for potato sun dried chips 1) ist peel off the potato ...
No comments:
Post a Comment