What are the different JavaScript types? - Printable Version +- Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum (http://www.webdesignforum.com.au) +-- Forum: Web and Graphic Design (/forumdisplay.php?fid=1) +--- Forum: Web design (/forumdisplay.php?fid=4) +--- Thread: What are the different JavaScript types? (/showthread.php?tid=34688) |
What are the different JavaScript types? - sinelogixseo - 11-12-2018 04:05 PM What are the different JavaScript types? RE: What are the different JavaScript types? - rhcalvin - 11-13-2018 12:21 AM string , number , undefined , null , boolean , and symbol . There is also a compound type or object. RE: What are the different JavaScript types? - astrologerho - 11-16-2018 04:47 PM string , number , undefined , null , boolean , and symbo |