Last changes
This commit is contained in:
parent
b24b05d3ca
commit
fdc015e1fa
8 changed files with 59 additions and 32 deletions
|
@ -1,2 +1 @@
|
|||
|
||||
console.log("Hello");
|
||||
function camelize(str) {return str.split('-').map((word, index) => index == 0 ? word : word[0].toUpperCase() + word.slice(1)).join('');}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue