Espruino/tests/test_string_tolowercase.js

2 lines
59 B
JavaScript

result = "Hello, World!".toLowerCase() == "hello, world!";