JavaScript Cheat Sheet Free Download

SHARE:


JavaScript cheat sheet for newbies learning JavaScript. This JavaScript cheat sheet is made by DavidChild from cheatography.com
Regular Expres­sions Syntax
^         Start of string


$         End of string


.         Any single character


(a|b)     a or b


(...)     Group section


[abc]     In range (a, b or c)


[^abc]    Not in range


s         White space


a?        Zero or one of a


a*        Zero or more of a


a*?       Zero or more, ungreedy


a+        One or more of a


a+?       One or more, ungreedy


a{3}      Exactly 3 of a


a{3,}     3 or more of a


a{,6}     Up to 6 of a


a{3,6}    3 to 6 of a


a{3,6}?   3 to 6 of a, ungreedy


                            Escape character


[:punct:] Any punctu­ation symbol


[:space:] Any space character


[:blank:] Space or tab


JavaScript Event Handlers
onabort     onmous­edown


onblur      onmous­emove


onchange    onmouseout

onclick     onmous­eover


ondblclick  onmouseup


ondragdrop  onmove

onfocus     onresize

onerror     onreset


onkeypress  onsubmit

onkeydown   onselect


onkeyup     onunload
onload




JavaScript Dates
Date()               setMonth()


getDate()            setFul­lYear()


getDay()             setHours()


getMonth             setMin­utes()

 

getFul­lYear          setSec­onds()


getYear              setMil­lis­eco­nds()


getHours             setTime()

 

getMinutes           setUTC­Date()


getSeconds           setUTC­Day()



getMil­lis­econds      setUTC­Month()



getTime              setUTC­Ful­lYear()



getTim­ezo­neO­ffset()  setUTC­Hours()


getUTC­Date()         setUTC­Min­utes()


getUTC­Day()          setUTC­Sec­onds()


getUTC­Month()        setUTC­Mil­lis­eco­nds()


getUTC­Ful­lYear()     toSource()


getUTC­Hours()        toString()



getUTC­Min­utes()      toGMTS­tring()


getUTC­Sec­onds()      toUTCS­tring()


getUTC­Mil­lis­eco­nds() toLoca­leS­tring()


parse()              UTC()


setDate()            valueOf()


Pattern Modifiers
g    Global match


i*   Case-i­nse­nsitive


m*   Multiple lines


s*   Treat string as single line


x*   Allow comments and whitespace in pattern


e*   Evaluate replac­ement


U*   Ungreedy pattern


JavaScript Arrays
concat()  slice()


join()    sort()



length    splice()


pop()     toSource()


push()    toString()


reverse() unshift()


shift()   valueOf()


JavaScript Strings
charAt()       slice()


charCo­deAt()   split() x


concat()       substr()


fromCh­arC­ode() substr­ing()


indexOf()      toLowe­rCase()


lastIn­dexOf()  toUppe­rCase()


length         toLoca­leL­owe­rCase()


locale­Com­pare()toLoca­leU­ppe­rCase()


match() x      toSource()


replace() x    valueOf()


search() x


JavaScript RegExp Object
compile()   lastParen


exec()      leftCO­ntext


global      multiline


ignoreCase  rightC­ontext


input       source

lastIndex   test()


lastMatch


JavaScript Numbers and Maths
abs()     min()


acos()    NEGATI­VE_­INF­INITY


asin()    PI


atan()    POSITI­VE_­INF­INITY


atan2()   pow()


ceil()    random()


cos()     round()


E         sin()


exp()     sqrt()


floor()   SQRT1_2


LN10      SQRT2

LN2       tan()


log()     toSource()


LOG10E    toExpo­nen­tial()


LOG2E     toFixed()


max()     toPrec­ision()


MAX_VALUE toString()


MIN_VALUE valueOf()


NaN


JavaScript Booleans
toSource()     valueOf()


toString()


JavaScript Functions
decode­URI()           isNaN()


decode­URI­Com­pon­ent()  Number()


encode­URI()           parseF­loat()


encode­URI­Com­pon­ent()  parseInt()


escape()              String()


eval()                unescape()


isFinite()



COMMENTS

Name

11th,2,12th,20,12th Chemistry,5,12th Computer Science,7,12th Physics,1,5th Sem CSE,1,AAI ATC,2,Android,18,Banking,1,Blogger,41,Books,5,BTech,17,CBSE,22,CSE,4,ECE,3,Electronics,1,English,2,ESE,1,Ethical Hacking,61,Exams,5,Games,9,GATE,1,GATE ECE,1,Government Jobs,1,GS,1,How To,27,IBPS PO,1,Information,52,Internet,24,IPU,8,JEE,8,JEE Mains,8,Jobs,1,Linux,65,News,18,Notes,23,Physics,3,Placement,10,PO,1,Poetry,3,RRB,1,SEO,11,Softwares,38,SSC,2,SSC CGL,1,SSC GS,2,Tips and Tricks,46,UPSC,1,Windows,46,
ltr
item
SolutionRider- One Stop Solution for Notes, Exams Prep, Jobs & Technical Blogs.: JavaScript Cheat Sheet Free Download
JavaScript Cheat Sheet Free Download
JavaScript cheat sheet for newbies learning JavaScript. This JavaScript cheat sheet is made by DavidChild from cheatography.com Free Download: JavaScript Cheat Sheet Regular Expres­sions Syntax ^ Start of string $ End of string . Any single character (a|b) a or b (...) Group section [abc] In range (a, b or c) [^abc] Not in range s White space a? Zero or one of a a* Zero or more of a a*? Zero or more, ungreedy a+ One or more of a a+? One or more, ungreedy a{3} Exactly 3 of a a{3,} 3 or more of a a{,6} Up to 6 of a a{3,6} 3 to 6 of a a{3,6}? 3 to 6 of a, ungreedy Escape character [:punct:] Any punctu­ation symbol [:space:] Any space character [:blank:] Space or tab JavaScript Event Handlers onabort onmous­edown onblur onmous­emove onchange onmouseout onclick onmous­eover ondblclick onmouseup ondragdrop onmove onfocus onresize onerror onreset onkeypress onsubmit onkeydown onselect onkeyup onunload onload JavaScript Dates Date() setMonth() getDate() setFul­lYear() getDay() setHours() getMonth setMin­utes() getFul­lYear setSec­onds() getYear setMil­lis­eco­nds() getHours setTime() getMinutes setUTC­Date() getSeconds setUTC­Day() getMil­lis­econds setUTC­Month() getTime setUTC­Ful­lYear() getTim­ezo­neO­ffset() setUTC­Hours() getUTC­Date() setUTC­Min­utes() getUTC­Day() setUTC­Sec­onds() getUTC­Month() setUTC­Mil­lis­eco­nds() getUTC­Ful­lYear() toSource() getUTC­Hours() toString() getUTC­Min­utes() toGMTS­tring() getUTC­Sec­onds() toUTCS­tring() getUTC­Mil­lis­eco­nds() toLoca­leS­tring() parse() UTC() setDate() valueOf() Pattern Modifiers g Global match i* Case-i­nse­nsitive m* Multiple lines s* Treat string as single line x* Allow comments and whitespace in pattern e* Evaluate replac­ement U* Ungreedy pattern JavaScript Arrays concat() slice() join() sort() length splice() pop() toSource() push() toString() reverse() unshift() shift() valueOf() JavaScript Strings charAt() slice() charCo­deAt() split() x concat() substr() fromCh­arC­ode() substr­ing() indexOf() toLowe­rCase() lastIn­dexOf() toUppe­rCase() length toLoca­leL­owe­rCase() locale­Com­pare()toLoca­leU­ppe­rCase() match() x toSource() replace() x valueOf() search() x JavaScript RegExp Object compile() lastParen exec() leftCO­ntext global multiline ignoreCase rightC­ontext input source lastIndex test() lastMatch JavaScript Numbers and Maths abs() min() acos() NEGATI­VE_­INF­INITY asin() PI atan() POSITI­VE_­INF­INITY atan2() pow() ceil() random() cos() round() E sin() exp() sqrt() floor() SQRT1_2 LN10 SQRT2 LN2 tan() log() toSource() LOG10E toExpo­nen­tial() LOG2E toFixed() max() toPrec­ision() MAX_VALUE toString() MIN_VALUE valueOf() NaN JavaScript Booleans toSource() valueOf() toString() JavaScript Functions decode­URI() isNaN() decode­URI­Com­pon­ent() Number() encode­URI() parseF­loat() encode­URI­Com­pon­ent() parseInt() escape() String() eval() unescape() isFinite() Free Download: JavaScript Cheat Sheet
https://i1.wp.com/latesthackingnews.com/wp-content/uploads/2015/10/javascript_cheat_sheet1.png?resize=780%2C445&ssl=1
SolutionRider- One Stop Solution for Notes, Exams Prep, Jobs & Technical Blogs.
https://thesolutionrider.blogspot.com/2017/10/javascript-cheat-sheet-free-download.html
https://thesolutionrider.blogspot.com/
https://thesolutionrider.blogspot.com/
https://thesolutionrider.blogspot.com/2017/10/javascript-cheat-sheet-free-download.html
true
6820083649286484786
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy