{"title":"JavaScript Basics","authors":"M. Dorman","doi":"10.1201/9780429352874-3","DOIUrl":null,"url":null,"abstract":"• Statements in JavaScript fall into three basic types: – Simple statements – Compound statements – Control statements • Simple statements are typically assignments, function calls, or applications of the ++ or -operators. Simple statements are always terminated with a semicolon. • Compound statements (also called blocks) are sequences of statements enclosed in curly braces. • Control statements fall into two categories: – Conditional statements that require some test be evaluated – Iterative statements that specify repetition","PeriodicalId":229060,"journal":{"name":"Introduction to Web Mapping","volume":"215 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2020-01-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Introduction to Web Mapping","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1201/9780429352874-3","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0
Abstract
• Statements in JavaScript fall into three basic types: – Simple statements – Compound statements – Control statements • Simple statements are typically assignments, function calls, or applications of the ++ or -operators. Simple statements are always terminated with a semicolon. • Compound statements (also called blocks) are sequences of statements enclosed in curly braces. • Control statements fall into two categories: – Conditional statements that require some test be evaluated – Iterative statements that specify repetition