Commit Graph

  • a665a55903 types-grammar, ch3: starting chapter 3 Kyle Simpson 2022-08-08 14:22:12 -05:00
  • 5891f01356 objects-classes: fixing foreword formatting/link Kyle Simpson 2022-08-08 14:19:35 -05:00
  • c0ec6109fd Merge pull request #1798 from rwaldron/rwaldron/2nd-ed/objects-classes/forward Kyle Simpson 2022-08-08 14:17:21 -05:00
  • 5294de9e71 types-grammar, ch2: finishing ch2 draft Kyle Simpson 2022-08-08 13:39:43 -05:00
  • 7d446e8d5d types-grammar, ch2: fixing discussion of RTL languages and logical character positions Kyle Simpson 2022-08-08 12:50:40 -05:00
  • f383274206 types-grammar: finishing up the text (ch2) for discussing string behaviors Kyle Simpson 2022-08-07 20:20:57 -05:00
  • 0a5ffd75f6 types-grammar, ch2: adding discussions of mathematical and bitwise operations Kyle Simpson 2022-08-06 11:27:48 -05:00
  • 2cb92444a6 types-grammar: rearranging some content from ch1 to ch2, filling out more details of string and number behaviors Kyle Simpson 2022-08-05 12:13:18 -05:00
  • 6668deaa8a types-grammar, ch2: filling in details for number behaviors Kyle Simpson 2022-08-04 00:07:03 -05:00
  • d665229cb8 types-grammar, ch2: adding a few more bits about strings, sketched out skeleton of 'number behaviors' section Kyle Simpson 2022-08-03 10:14:02 -05:00
  • 031f72217f types-grammar, ch2: improving discussion of string methods and static utility functions Kyle Simpson 2022-08-03 09:49:59 -05:00
  • 667c7416ec types-grammar: tweaked note about Twitter and Unicode length counting Kyle Simpson 2022-08-03 09:22:29 -05:00
  • c1e01fc239 types-grammar: fixing issues with how unicode and length computation are discussed Kyle Simpson 2022-08-03 01:01:45 -05:00
  • e510c2c82a types-grammar: adding more clarification around unicode normalization, length computation, etc Kyle Simpson 2022-08-02 17:26:31 -05:00
  • 9cfba8f62a types-grammar, ch2: adding discussion of string behaviors like concatenation and methods Kyle Simpson 2022-08-02 13:35:31 -05:00
  • faa253cf31 types-grammar, ch1: finished chapter 1 draft Kyle Simpson 2022-08-01 01:16:09 -05:00
  • eb0ad3bc77 types-grammar, ch1: adding more about alternate numeric literal forms Kyle Simpson 2022-08-01 00:21:51 -05:00
  • 6d80964048 types-grammar: rearranging to split ch1 and ch2 Kyle Simpson 2022-07-31 17:49:57 -05:00
  • 4366576f7e types-grammar, ch1: added discussion of parsing-conversion vs coercive-conversion Kyle Simpson 2022-07-31 17:42:41 -05:00
  • 2d93ee365f types-grammar, ch1: more about template literals Kyle Simpson 2022-07-31 16:44:35 -05:00
  • 13771c02b8 types-grammar, ch1: added discussion of -0 and NaN Kyle Simpson 2022-07-31 16:27:07 -05:00
  • c2d2aef05f types-grammar, ch1: clarifications to strings discussion Kyle Simpson 2022-07-31 15:48:51 -05:00
  • 4c2a73033e types-grammar, ch1: tweaks to nullish and non-nullish discussion Kyle Simpson 2022-07-31 15:20:21 -05:00
  • 3260c684bd types-grammar, ch1: filling out the rest of the discussion on string values Kyle Simpson 2022-07-31 11:06:26 -05:00
  • d1bb48ae20 objects-classes: tweaking footnote citation style for consistency Kyle Simpson 2022-07-31 10:12:09 -05:00
  • 0bb279a04d types-grammar, ch1: adding a bunch of text about strings Kyle Simpson 2022-07-30 16:39:34 -05:00
  • afe159ab86 types-grammar, ch1: add text about boolean values Kyle Simpson 2022-07-30 15:20:33 -05:00
  • e23a52aae0 Add foreward for Objects & Classes rwaldron 2022-07-29 14:38:19 -04:00
  • a3909418ac types-grammar, ch1: discussion of nullish values and operations Kyle Simpson 2022-07-29 10:19:29 -05:00
  • da0a63602a types-grammar, ch1: added tons of text about numbers, IEEE-754, etc Kyle Simpson 2022-07-28 19:07:21 -05:00
  • 0064176929 objects-classes, ch3+ch4: add brief mention of how ESM and 'class' code run in strict-mode by default Kyle Simpson 2022-07-28 10:28:52 -05:00
  • a65abe878c types-grammar, ch1: starting initial chapter draft, about primitive value types Kyle Simpson 2022-07-24 10:50:07 -05:00
  • ef5eb73461 objects-classes: adding TODOs for possible future draft work Kyle Simpson 2022-07-24 09:58:48 -05:00
  • 28531b422a objects-classes, ch5: finishing chapter draft Kyle Simpson 2022-07-23 13:36:24 -05:00
  • 041ef85a56 objects-classes, ch5: adding discussion of deconstructing the idea of a constructor Kyle Simpson 2022-07-22 09:58:27 -05:00
  • ec2e5b6152 objects-classes, ch5: starting the chapter draft Kyle Simpson 2022-07-21 18:08:12 -05:00
  • c517cddac8 objects-classes, ch4: finishing chapter 4 draft Kyle Simpson 2022-07-19 21:40:47 -05:00
  • 38ce0d6226 objects-classes, ch4: text discussing indirect this assignment Kyle Simpson 2022-07-18 17:30:36 -05:00
  • fe9d4dd43b objects-classes, ch4: discussing arrow functions and determining how/when to this-bind Kyle Simpson 2022-07-18 15:15:10 -05:00
  • 94117e816e objects-classes, ch4: discussing the 4 'this' assignment rules Kyle Simpson 2022-07-17 18:11:32 -05:00
  • e5805baa04 objects-classes, ch4: added discussion of dynamic context Kyle Simpson 2022-07-17 11:14:05 -05:00
  • 3af6387334 objects-classes, ch4: discussion of 'this' awareness Kyle Simpson 2022-07-16 12:42:28 -05:00
  • 7a106db569 fixes weird/duplicate wording, closes #1796 Kyle Simpson 2022-07-16 12:24:40 -05:00
  • e909d382e7 objects-classes, ch3: explaining the 'fix' for the statics subclass gotcha Kyle Simpson 2022-07-16 09:43:27 -05:00
  • 25c405949a objects-classes, ch3: adding a bit more to the final full 'class' example Kyle Simpson 2022-07-16 08:48:07 -05:00
  • ebac5cc7e4 objects-classes, ch3: adding text about 'isPrototypeOf(..)' Kyle Simpson 2022-07-15 22:09:51 -05:00
  • 784a92dc89 objects-classes, ch3: adding full 'class' example, finishes chapter 3 first-draft Kyle Simpson 2022-07-15 18:30:28 -05:00
  • 45f68bf31c objects-classes, ch3: adding discussion of 'new.target', 'instanceof', and '.constructor', for instance introspections Kyle Simpson 2022-07-15 18:19:27 -05:00
  • b012697a5b objects-classes, ch3: changing a bunch of code examples to be consistent with the rest of the chapter Kyle Simpson 2022-07-15 16:50:49 -05:00
  • 2328050a5a objects-classes, ch3: fixing inconsistency/confusion with privates/statics text, including changing code examples Kyle Simpson 2022-07-15 16:04:47 -05:00
  • 8b2db22d8d objects-classes, ch3: adding lots of text about class privates Kyle Simpson 2022-07-15 13:08:59 -05:00
  • d54f531879 objects-classes, ch3: added a bunch of text about class statics Kyle Simpson 2022-07-15 10:56:59 -05:00
  • bc1ae62073 objects-classes, ch3: some text cleanup Kyle Simpson 2022-07-15 08:45:41 -05:00
  • 0858f2141e objects-classes, ch3: added opinionated and somewhat disputed 'avoid this' section Kyle Simpson 2022-07-14 21:27:23 -05:00
  • 1d2aa0d1d2 objects-classes, ch3: a lot more text about class inheritance/polymorphism/etc Kyle Simpson 2022-07-14 20:51:29 -05:00
  • 36c987cdf7 objects-classes, ch3: more text about the philosophy of class-orientation Kyle Simpson 2022-07-14 09:17:48 -05:00
  • e8355dafc5 objects-classes, ch3: filling out more text Kyle Simpson 2022-07-13 22:25:56 -05:00
  • df82d90f3b objects-classes, ch3: starting work on the chapter introducing classes Kyle Simpson 2022-07-13 14:22:50 -05:00
  • 537e9a0024 tweaking some wording around integer-looking strings as property names, to be more precise (per #1791) Kyle Simpson 2022-04-10 10:37:20 -05:00
  • 0d68246e0d tweaking affiliate link again Kyle Simpson 2022-04-09 08:55:04 -05:00
  • 7164f79c8c Merge pull request #1785 from adamyala/2nd-ed Kyle Simpson 2022-03-09 16:02:19 -06:00
  • 4f7fe65c2e fix function capitalization in apA.md Adam Yala 2022-03-09 13:03:24 -07:00
  • fcbd9b8d96 FEM logo: per brand guidelines, updating black color to #e3e3e3 Kyle Simpson 2022-02-17 12:32:36 -06:00
  • 0ce55a933a README: correcting affiliate link Kyle Simpson 2022-02-17 09:59:51 -06:00
  • bae21ee2c2 README: updating with sponsor logos Kyle Simpson 2022-02-16 14:46:19 -06:00
  • 58262fbe48 get-started, ch2: fixed minor typo Kyle Simpson 2022-02-07 12:14:12 -06:00
  • 7d6e458026 objects-classes, ch2: minor updates Kyle Simpson 2022-02-07 12:12:45 -06:00
  • f44ffc57f9 objects-classes: more work on ch2 Kyle Simpson 2022-01-26 12:53:48 -06:00
  • e1c033df32 objects-classes: more work on ch2 Kyle Simpson 2022-01-26 12:53:48 -06:00
  • 5c9d088676 objects-classes: finishing draft of first chapter Kyle Simpson 2022-01-26 11:13:25 -06:00
  • 70914d1de6 Merge pull request #1777 from anavalo/patch-1 Kyle Simpson 2022-01-26 09:07:22 -06:00
  • 1cf62570dd Update ch1.md Tasos Tsournos 2022-01-26 14:06:21 +02:00
  • 57e740a965 objects-classes: splitting out some ch1 content into ch2 Kyle Simpson 2022-01-25 17:43:56 -06:00
  • 251cc3e8dd objects-classes: almost finished with ch1 draft Kyle Simpson 2022-01-25 16:17:02 -06:00
  • 5f1f428134 objects + classes: still more content for ch1 Kyle Simpson 2022-01-25 11:17:40 -06:00
  • c828fe7cb3 README: adding link to in-progress 'objects and classes' book Kyle Simpson 2022-01-25 10:01:52 -06:00
  • e17d9b19a0 objects-classes: still more work on ch1 Kyle Simpson 2022-01-24 17:30:23 -06:00
  • 6727bcc73f objects-classes: more work on ch1 Kyle Simpson 2022-01-24 11:28:14 -06:00
  • e5960d27f2 objects-classes: starting ch1 Kyle Simpson 2022-01-24 01:20:05 -06:00
  • 4c6b88f842 removing kickstarter banner Kyle Simpson 2021-11-02 10:58:59 -05:00
  • 597fb74634 updating kickstarter tracking links Kyle Simpson 2021-09-16 14:40:49 -05:00
  • acd1c5c253 adding kickstarter tracking graphic Kyle Simpson 2021-09-16 14:39:29 -05:00
  • ffac25c9ab adding kickstarter banner to main readme Kyle Simpson 2021-09-14 22:50:30 -05:00
  • 3e9f440c61 typo Moly 2021-07-06 17:02:38 +08:00
  • f6a90519aa Merge pull request #1720 from AMashoshyna/2ed-uk 2ed-uk Kyle Simpson 2021-01-07 10:23:02 -06:00
  • 96a7398e5d minor fixes to README translation into UK AMashoshyna 2021-01-07 16:52:18 +02:00
  • 90ac9a4806 add README translation into UK AMashoshyna 2021-01-07 00:36:17 +02:00
  • 84cd2ed7dc add book 1 translation to UK AMashoshyna 2021-01-05 23:45:23 +02:00
  • 8861041133 get started: fixing references to images as png instead of svg (for dark mode), closes #1718 Kyle Simpson 2020-12-30 11:33:35 -06:00
  • 8a1cc1170f updating images to look correct even with github dark-mode turned on Kyle Simpson 2020-12-11 11:10:37 -06:00
  • 298523faf2 Merge pull request #1688 from EVANGELION-0X/patch-1 Joe Hetfield 2020-08-20 16:39:18 +08:00
  • b8ee0a7046 《第一章:进入编程》错别字修改 Setsuna 2020-08-20 15:57:04 +08:00
  • 74a7f6ab97 Merge pull request #1665 from henrebotha/patch-1 Kyle Simpson 2020-08-05 21:04:52 -05:00
  • 3fad40656b get started, apB: fixing mistake in solution code, closes #1678 Kyle Simpson 2020-08-05 21:02:41 -05:00
  • 59d33b0c47 Clarifying the archived status of the first edition books 1st-ed Kyle Simpson 2020-05-27 13:10:51 -05:00
  • 4fdf7e0225 Fix grammar Henré Botha 2020-05-04 16:10:06 +02:00
  • b9563516eb Merge pull request #1661 from hekkim/patch-1 Kyle Simpson 2020-05-01 10:01:45 -05:00
  • 5a94a7846e Rearrange an order of TOC in get-started Heecheon Kim 2020-05-01 15:44:16 +09:00
  • b3f7ca4980 Merge pull request #1658 from Li-YangZhong/2nd-ed Kyle Simpson 2020-04-27 09:50:47 -05:00
  • 119cc325f1 one word is missing from chapter 6 Li-YangZhong 2020-04-27 14:29:24 +08:00