Missing (). You may skip ;, but () on functions are mandatory
()
let name = "pavel";
let toUppercase = name.toUppercase();
alert(toUppercase);
<script>
let name = "pavel";
let toLocaleUpperCase = name.toLocaleUpperCase();
alert(toLocaleUpperCase)
</script>
toLocaleUpperCase
toUppercase
toUppercase
let toUppercase = name.no go
lol no, thanks ))do i owe you a $0.25 now?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.