Horje
how to make a check if letters are capital in discord js Code Example
how to make a check if letters are capital in discord js
var test = "HELLO";
var upper = test.toUpperCase();

return test === upper; // true

// other example

var test = "Hello";
var upper = test.toUpperCase();

return test === upper; // false




Javascript

Related
js html tag valu Code Example js html tag valu Code Example
how to make a check if 50% of letters are capital in discord js Code Example how to make a check if 50% of letters are capital in discord js Code Example
How to find out what character key is pressed?#key#keyCode#code Code Example How to find out what character key is pressed?#key#keyCode#code Code Example
js split string Code Example js split string Code Example
Make a program that filters a list of strings and returns a list with only your friends name in it.javascript Code Example Make a program that filters a list of strings and returns a list with only your friends name in it.javascript Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8