Created
February 23, 2020 11:28
-
-
Save vijaydeepak-tt/8b0a2ff8bc953ac7ef583c43cb418c01 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String methods: | |
concat() | |
endsWith() | |
includes() | |
indexOf() | |
lastIndexOf() | |
repeat() | |
replace() | |
search() | |
slice() | |
split() | |
startsWith() | |
substr() | |
substring() | |
toLowerCase() | |
toUpperCase() | |
trim() | |
Number Methods: | |
toFixed(x) | |
toExponential(x) | |
toString() | |
Global Methods: | |
console | |
alert | |
prompt | |
confirm | |
Number() | |
isNaN() | |
parseFloat() | |
parseInt() | |
String() | |
Boolean() | |
Variables and Functions: | |
1. Add, subtract, Multiplication, division, module, power, compare string, compare number, compare values. | |
2. gradeFinder, check vowels, find prime number |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment