これ、すぐ忘れるのでメモ
UpperLower.js
var string = "abc";
string = string.toUpperCase(); // ABC
string = string.toLowerCase(); // abc
Go to list of users who liked
More than 5 years have passed since last update.
これ、すぐ忘れるのでメモ
var string = "abc";
string = string.toUpperCase(); // ABC
string = string.toLowerCase(); // abc
Register as a new user and use Qiita more conveniently
Go to list of users who liked