Espruino/tests/test_string_touppercase.js

2 lines
59 B
JavaScript

result = "Hello, World!".toUpperCase() == "HELLO, WORLD!";