@t0ri/strings
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -86,3 +86,3 @@ // Challenge 1: capitalize() | ||
// Challenge 7 camelCase() | ||
// Challenge 7: camelCase() | ||
// Lowercases the first character of the first word; uppercases the first character of all other words; and removes all spaces | ||
@@ -129,3 +129,3 @@ String.prototype.camelCase = function() { | ||
// """Test""" Methods | ||
// // """Test""" Methods | ||
function test() { | ||
@@ -186,2 +186,2 @@ function capitalize(input) { | ||
test() | ||
// test() |
{ | ||
"name": "@t0ri/strings", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/t0ri/FEW2.1-libs", |
# String Library | ||
## from Tori | ||
:wave: :wave: :wave: | ||
:wave: :wave: :wave: | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5595
5