Skip to content

Instantly share code, notes, and snippets.

@vijaydeepak-tt
Created February 23, 2020 11:28
Show Gist options
  • Save vijaydeepak-tt/8b0a2ff8bc953ac7ef583c43cb418c01 to your computer and use it in GitHub Desktop.
Save vijaydeepak-tt/8b0a2ff8bc953ac7ef583c43cb418c01 to your computer and use it in GitHub Desktop.
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