본문

서브메뉴

상세정보

Javascript workshop;a new, interactive approach to learning javascript
Javascript workshop;a new, interactive approach to learning javascript
Javascript workshop;a new, interactive approach to learning javascript

상세정보

자료유형  
 전자책(국외)
미국국회도서관 청구기호  
QA76.73.J39
기본표목-개인명  
표제와 책임표시사항  
Javascript workshop;a new, interactive approach to learning javascript
발행, 배포, 간사 사항  
[Place of publication not identified] : PACKT Publishing , 2019.
    형태사항  
    1 online resource
    서지 등 주기  
    Includes bibliographical references.
    내용주기  
    완전내용Cover -- FM -- Copyright -- Table of Contents -- Preface -- Chapter 1: Getting to Know JavaScript -- Introduction -- What Is JavaScript and How Is It Used? -- JavaScript versus Other Languages -- Exercise 1.01: Languages Discovery -- A Brief History of the JavaScript Language -- Netscape Mocha and LiveScript -- Sun Microsystems and Java -- Ecma International and ECMAScript -- Versions of ECMAScript (and JavaScript) -- ECMAScript 1 (1997) -- ECMAScript 2 (1998) -- ECMAScript 3 (1999) -- ECMAScript 4 (unreleased) -- ECMAScript 5 (2009) -- ECMAScript 6 (2015)
    내용주기  
    완전내용ECMAScript 7 (2016), ECMAScript 8 (2017), and ECMAScript 9 (2018) -- Exercise 1.02: Can I Use This Feature? -- Accessing Web Browser Developer Tools -- Google Chrome -- Microsoft Edge -- Apple Safari -- An Introduction to Variables -- Exercise 1.03: Programming First Steps -- Activity 1.01: Creating an Alert Box Popup in the Web Browser -- Overview of JavaScript Capabilities -- Client-Side Form Validation -- JavaScript Widgets or Components -- XML HTTP Requests (XHR) -- Storing Local Data -- DOM Manipulation -- Animations and Effects -- Summary -- Chapter 2: Working with JavaScript
    내용주기  
    완전내용Introduction -- Integrated Development Environments (IDE) -- GitHub's Atom -- Sublime Text -- Adobe Dreamweaver -- JetBrains WebStorm -- Microsoft Visual Studio Code -- JavaScript Project and File Management -- Project Folders and Files -- Exercise 2.01: Creating a Working Project Directory -- JavaScript Syntax and Structure -- Exercise 2.02: Creating Project Boilerplate -- Basic JavaScript Syntax -- JavaScript Execution Order -- Exercise 2.03: Verifying an Execution Order -- Overview of JavaScript Environments -- Browser-Based JavaScript -- Server-Based JavaScript -- Desktop JavaScript
    내용주기  
    완전내용Mobile JavaScript -- A Closer Look at Web Browser Developer Tools -- The Elements View -- The Console View -- The Sources View -- The Network View -- HTML Element Manipulation with JavaScript -- Activity 2.01: Adding and Modifying an Item to/in the To-Do List -- Summary -- Chapter 3: Programming Fundamentals -- Introduction -- Data Types -- Representation of Data -- Literal Values -- Using Operators in Expressions -- Exercise 3.01: Implementing Expressions and Operators -- Using Variables and Constants in Expressions -- Exercise 3.02: Working with Variables Using the Web Browser Console
    내용주기  
    완전내용Functions That Return Values -- Exercise 3.03: Using Functions in Expressions -- The Object Data Type -- Ready-Made Objects -- Exercise 3.04: Working with Ready-Made Objects -- Self-Made Objects -- Object Dot Notation -- The Array Object -- Using the Console Object -- Syntax -- Semicolon at the End of Code Statements -- Lines of Code versus Statements -- Comments -- Conditional and Loop Flow -- Code Blocks -- Conditional Flow Statements -- if ... else Statement -- if Statement -- Exercise 3.05: Writing an if statement -- if Statement and else Statement
    요약 등 주기  
    요약Cut through the noise and get real results with a step-by-step approach to beginner JavaScript development.
    주제명부출표목-일반주제명  
    주제명부출표목-일반주제명  
    부출표목-개인명  
    전자적 위치 및 접속  
      링크정보보기

    MARC

     008210114s2019        us                        00        eng
    ■001on1129980898
    ■003OCoLC
    ■00520200612084627.4
    ■006m                d                
    ■007cr  |||||||||||
    ■019    ▼a1148229429▼a1152984636▼a1154455958
    ■020    ▼a1838645888▼q(electronic  bk.)
    ■020    ▼a9781838645885▼q(electronic  bk.)
    ■020    ▼a9781838641917
    ■020    ▼a1838641912▼q(Trade  Paper)
    ■0243  ▼a9781838641917
    ■035    ▼a2322646▼b(N$T)
    ■035    ▼a(OCoLC)1129980898▼z(OCoLC)1148229429▼z(OCoLC)1152984636▼z(OCoLC)1154455958
    ■037    ▼a770B70D3-8FDC-4651-B396-6B43B29E53A3▼bOverDrive,  Inc▼nhttp://www.overdrive.com
    ■040    ▼aYDX▼beng▼epn▼cYDX▼dTEFOD▼dEBLCP▼dTEFOD▼dOCLCF▼dOCLCQ▼dUKAHL▼dOCLCQ▼dVT2▼dUMI▼dN$T
    ■049    ▼aMAIN
    ■050  4▼aQA76.73.J39
    ■08204▼a005.13/3▼223
    ■1001  ▼aLabrecque,  Joseph
    ■24510▼aJavascript  workshop;a  new,  interactive  approach  to  learning  javascript
    ■260    ▼a[Place  of  publication  not  identified]▼bPACKT  Publishing▼c2019.
    ■300    ▼a1  online  resource
    ■336    ▼atext▼btxt▼2rdacontent
    ■337    ▼acomputer▼bc▼2rdamedia
    ■338    ▼aonline  resource▼bcr▼2rdacarrier
    ■504    ▼aIncludes  bibliographical  references.
    ■5050  ▼aCover  --  FM  --  Copyright  --  Table  of  Contents  --  Preface  --  Chapter  1:  Getting  to  Know  JavaScript  --  Introduction  --  What  Is  JavaScript  and  How  Is  It  Used?  --  JavaScript  versus  Other  Languages  --  Exercise  1.01:  Languages  Discovery  --  A  Brief  History  of  the  JavaScript  Language  --  Netscape  Mocha  and  LiveScript  --  Sun  Microsystems  and  Java  --  Ecma  International  and  ECMAScript  --  Versions  of  ECMAScript  (and  JavaScript)  --  ECMAScript  1  (1997)  --  ECMAScript  2  (1998)  --  ECMAScript  3  (1999)  --  ECMAScript  4  (unreleased)  --  ECMAScript  5  (2009)  --  ECMAScript  6  (2015)
    ■5058  ▼aECMAScript  7  (2016),  ECMAScript  8  (2017),  and  ECMAScript  9  (2018)  --  Exercise  1.02:  Can  I  Use  This  Feature?  --  Accessing  Web  Browser  Developer  Tools  --  Google  Chrome  --  Microsoft  Edge  --  Apple  Safari  --  An  Introduction  to  Variables  --  Exercise  1.03:  Programming  First  Steps  --  Activity  1.01:  Creating  an  Alert  Box  Popup  in  the  Web  Browser  --  Overview  of  JavaScript  Capabilities  --  Client-Side  Form  Validation  --  JavaScript  Widgets  or  Components  --  XML  HTTP  Requests  (XHR)  --  Storing  Local  Data  --  DOM  Manipulation  --  Animations  and  Effects  --  Summary  --  Chapter  2:  Working  with  JavaScript
    ■5058  ▼aIntroduction  --  Integrated  Development  Environments  (IDE)  --  GitHub's  Atom  --  Sublime  Text  --  Adobe  Dreamweaver  --  JetBrains  WebStorm  --  Microsoft  Visual  Studio  Code  --  JavaScript  Project  and  File  Management  --  Project  Folders  and  Files  --  Exercise  2.01:  Creating  a  Working  Project  Directory  --  JavaScript  Syntax  and  Structure  --  Exercise  2.02:  Creating  Project  Boilerplate  --  Basic  JavaScript  Syntax  --  JavaScript  Execution  Order  --  Exercise  2.03:  Verifying  an  Execution  Order  --  Overview  of  JavaScript  Environments  --  Browser-Based  JavaScript  --  Server-Based  JavaScript  --  Desktop  JavaScript
    ■5058  ▼aMobile  JavaScript  --  A  Closer  Look  at  Web  Browser  Developer  Tools  --  The  Elements  View  --  The  Console  View  --  The  Sources  View  --  The  Network  View  --  HTML  Element  Manipulation  with  JavaScript  --  Activity  2.01:  Adding  and  Modifying  an  Item  to/in  the  To-Do  List  --  Summary  --  Chapter  3:  Programming  Fundamentals  --  Introduction  --  Data  Types  --  Representation  of  Data  --  Literal  Values  --  Using  Operators  in  Expressions  --  Exercise  3.01:  Implementing  Expressions  and  Operators  --  Using  Variables  and  Constants  in  Expressions  --  Exercise  3.02:  Working  with  Variables  Using  the  Web  Browser  Console
    ■5058  ▼aFunctions  That  Return  Values  --  Exercise  3.03:  Using  Functions  in  Expressions  --  The  Object  Data  Type  --  Ready-Made  Objects  --  Exercise  3.04:  Working  with  Ready-Made  Objects  --  Self-Made  Objects  --  Object  Dot  Notation  --  The  Array  Object  --  Using  the  Console  Object  --  Syntax  --  Semicolon  at  the  End  of  Code  Statements  --  Lines  of  Code  versus  Statements  --  Comments  --  Conditional  and  Loop  Flow  --  Code  Blocks  --  Conditional  Flow  Statements  --  if  ...  else  Statement  --  if  Statement  --  Exercise  3.05:  Writing  an  if  statement  --  if  Statement  and  else  Statement
    ■520    ▼aCut  through  the  noise  and  get  real  results  with  a  step-by-step  approach  to  beginner  JavaScript  development.
    ■590    ▼aAdded  to  collection  customer.56279.3
    ■650  0▼aJavaScript  (Computer  program  language)
    ■650  7▼aJavaScript  (Computer  program  language)▼2fast▼0(OCoLC)fst00982071
    ■655  4▼aElectronic  books.
    ■7001  ▼aLove,  Jahred.
    ■85640▼3EBSCOhost▼uhttp://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=2322646
    ■938    ▼aAskews  and  Holts  Library  Services▼bASKH▼nAH37009115
    ■938    ▼aProQuest  Ebook  Central▼bEBLB▼nEBL5994447
    ■938    ▼aYBP  Library  Services▼bYANK▼n300985738
    ■938    ▼aEBSCOhost▼bEBSC▼n2322646
    ■994    ▼a92▼bN$T

    미리보기

    내보내기

    chatGPT토론

    Ai 추천 관련 도서


      신착도서 더보기
      관련도서 더보기
      최근 3년간 통계입니다.
      SMS 발송 간략정보 이동 상세정보출력

      소장정보

      • 예약
      • 서가에 없는 책 신고
      • 자료배달서비스
      • 나의폴더
      • 우선정리요청
      소장자료
      등록번호 청구기호 소장처 대출가능여부 대출정보
      EM129120 EB  전자도서 자료대출실(3층) 온라인이용가능 온라인이용가능
      마이폴더

      * 대출중인 자료에 한하여 예약이 가능합니다. 예약을 원하시면 예약버튼을 클릭하십시오.

      해당 도서를 다른 이용자가 함께 대출한 도서

      관련도서

      관련 인기도서

      서평쓰기

      도서위치