BeginningJavaScript

所属分类:Java编程
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2020-09-09 15:07:35
上 传 者sh-1993
说明:  本报告包含我的O Reilly视频“开始使用JavaScript编程”的示例、注释和问题,
(This repo contains the examples, notes and problems for my O Reilly video "Beginning Programming with JavaScript",)

文件列表:
00-meta/ (0, 2016-09-15)
01-variables/ (0, 2016-09-15)
01-variables/notes.html (33, 2016-09-15)
01-variables/notes.js (49, 2016-09-15)
02-functions/ (0, 2016-09-15)
02-functions/notes.html (33, 2016-09-15)
02-functions/notes.js (49, 2016-09-15)
02-functions/practice.js (1762, 2016-09-15)
02-functions/runner.html (1387, 2016-09-15)
02-functions/tests.js (1777, 2016-09-15)
03-types/ (0, 2016-09-15)
03-types/notes.html (33, 2016-09-15)
03-types/notes.js (49, 2016-09-15)
03-types/practice.js (3684, 2016-09-15)
03-types/runner.html (1387, 2016-09-15)
03-types/tests.js (4181, 2016-09-15)
04-conditionals/ (0, 2016-09-15)
04-conditionals/notes.html (33, 2016-09-15)
04-conditionals/notes.js (49, 2016-09-15)
04-conditionals/practice.js (5456, 2016-09-15)
04-conditionals/runner.html (1387, 2016-09-15)
04-conditionals/tests.js (4923, 2016-09-15)
05-loops/ (0, 2016-09-15)
05-loops/notes.html (33, 2016-09-15)
05-loops/notes.js (49, 2016-09-15)
05-loops/practice.js (5287, 2016-09-15)
05-loops/runner.html (1387, 2016-09-15)
05-loops/tests.js (5166, 2016-09-15)
06-arrays/ (0, 2016-09-15)
06-arrays/notes.html (33, 2016-09-15)
06-arrays/notes.js (49, 2016-09-15)
06-arrays/practice.js (6432, 2016-09-15)
... ...

* meta - overview - audience - what we'll learn - what we won't learn - getting examples - working with the browser - where to get help * variables + overview + declaring variables + defining variables + manipulating values via variables + non-string variables + re-assigning variables + practice * functions + overview + defining a function + calling a function + variable scope in functions + example with numbers + example with strings + practice + tests * types + overview + the typeof function + number types and arithmetic expressions + extending the number operations with Math + string types and built-in methods + boolean types and boolean expressions + creating functions to test types + practice + tests * conditionals (if-statements) + overview + if-statements + else clauses in if-statements + `if`-`else if` and nested `if` statements + writing robust functions (throwing errors on types) + practice + tests * loops + overview + while-loops as generalizations of if-statements + for-loops + calculating properties using a loop + transforming strings with for-loops + breaking out of a loop + iterating backwards + practice + tests * arrays + overview + defining an array + accessing elements of an array + mutating an array + using variables for indices + strings as special arrays + examples + practice + tests * array methods + overview + forEach + map + chaining methods that return arrays + filter + some and every + reduce + converting between strings and arrays + practice + tests * objects + overview + defining an object + accessing elements of an object + mutating an object + using variables for keys + using array functions on objects + arrays of objects + nested objects + practice + tests * poker simulation - overview - poker + practice + tests + simulation

近期下载者

相关文件


收藏者