turn each value in object to lowercase code example
Example: tolowercase js
const sentence = 'The quick brown fox jumps over the lazy dog.';
console.log(sentence.toLowerCase());
const sentence = 'The quick brown fox jumps over the lazy dog.';
console.log(sentence.toLowerCase());