1 line
50 B
JavaScript
1 line
50 B
JavaScript
module.exports = str => str === str.toUpperCase(); |
module.exports = str => str === str.toUpperCase(); |