1.10.0 • Published 3 years ago

test-assignment v1.10.0

Weekly downloads
33
License
ISC
Repository
-
Last release
3 years ago

Description

Package with function reverseAndSwitchCases that takes input string as an input and if it contains only alphanumerical characters, reverses the order and switches lowercase to upper case and vice-versa. The output along with input and execution time of the function in miliseconds is then saved into a JSON file, object containing data that is saved into a JSON file is also being returned.

Usage

require('test-assignment');
var output = reverseAndSwitchCases("abCD12");
console.log(output);
1.10.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago