Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript symbols #1

Draft
wants to merge 197 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
197 commits
Select commit Hold shift + click to select a range
b0ec985
feat: 🎸 javascript symbols
ginpei May 16, 2022
6b5bedb
feat: 🎸 list headings and filter
ginpei May 16, 2022
0b04efb
fix: 🐛 html tag matched
ginpei May 16, 2022
3f27505
feat: 🎸 match only symbols
ginpei May 16, 2022
54ac383
feat: 🎸 readable heading
ginpei May 16, 2022
107804b
refactor: 💡 extract createArticle
ginpei May 16, 2022
a095654
feat: 🎸 avoid matching example phrases
ginpei May 16, 2022
fa8d255
chore: 🤖 fix type error on VS Code
ginpei May 16, 2022
4e00ec5
feat: 🎸 jump to article
ginpei May 16, 2022
9b59b97
refactor: 💡 extract
ginpei May 16, 2022
586d0a0
feat: 🎸 search result styles
ginpei May 16, 2022
00a1a1a
feat: 🎸 label
ginpei May 16, 2022
71d89f0
feat: 🎸 space names
ginpei May 16, 2022
d9f41fd
feat: 🎸 improve hyphen
ginpei May 16, 2022
83cbea6
feat: 🎸 improve comma
ginpei May 16, 2022
7749d5d
feat: 🎸 improve white space
ginpei May 17, 2022
0aaf0cc
feat: 🎸 dollar
ginpei May 17, 2022
c1036e7
feat: 🎸 improve space
ginpei May 17, 2022
a4a8f34
feat: 🎸 improve underscore
ginpei May 17, 2022
957fb06
feat: 🎸 semicolon
ginpei May 18, 2022
1e435f3
feat: 🎸 exclamation sign
ginpei May 18, 2022
61cf6c6
feat: 🎸 separate facts and thouts
ginpei May 19, 2022
0e59dc5
feat: 🎸 "\r"
ginpei May 19, 2022
fe164f4
feat: 🎸 assignment operators
ginpei May 19, 2022
a711b1b
feat: 🎸 improve ?? and ?
ginpei May 19, 2022
b8441c3
feat: 🎸 property access
ginpei May 19, 2022
d32734c
feat: 🎸 optional chain
ginpei May 19, 2022
b3e04b9
feat: 🎸 improve examples for _ and $
ginpei May 20, 2022
a2627fb
feat: 🎸 number #
ginpei May 20, 2022
2ee668a
Merge branch 'main' into javascript-symbols
ginpei May 21, 2022
bd5c103
feat: 🎸 colon `:`
ginpei May 22, 2022
7439687
feat: 🎸 destruction
ginpei May 22, 2022
eaa0e83
feat: 🎸 spaces and line terminators
ginpei May 26, 2022
443db6d
fix: 🐛 wrong copied text
ginpei May 27, 2022
add86e8
Merge branch 'main' into javascript-symbols
ginpei May 27, 2022
f03ecf1
fix: 🐛 wrong explanation
ginpei May 27, 2022
517fcae
chore: 🤖 improve text
ginpei May 27, 2022
3c96ae9
fix: 🐛 follow latest layout
ginpei May 28, 2022
3613838
Merge branch 'main' into javascript-symbols
ginpei May 28, 2022
83a068c
feat: 🎸 mark up my thoughts
ginpei May 28, 2022
0e17407
feat: 🎸 improve text
ginpei May 28, 2022
30df3f5
feat: 🎸 add references
ginpei May 28, 2022
1905f08
fix: 🐛 separate my thoughts
ginpei May 28, 2022
a148002
fix: 🐛 prioritise spec
ginpei May 28, 2022
7a068d3
feat: 🎸 add references
ginpei May 28, 2022
d71c5bc
fix: 🐛 correction
ginpei May 28, 2022
ac72162
feat: 🎸 HTML entities
ginpei May 28, 2022
382d20c
feat: 🎸 spread syntax
ginpei May 28, 2022
ed91f27
chore: 🤖 note incomplete sections
ginpei May 28, 2022
869b8fc
feat: 🎸 nested search results
ginpei May 29, 2022
165a671
feat: 🎸 refer minus letter in string
ginpei May 30, 2022
2bf0c1a
feat: 🎸 to-number conversions
ginpei May 31, 2022
e6c0ab8
feat: 🎸 link to syntax
ginpei May 31, 2022
4f3aaf5
feat: 🎸 improve links
ginpei May 31, 2022
90fcba4
fix: 🐛 replace nbsp with ordinary spaces
ginpei May 31, 2022
f10b4c5
feat: 🎸 readable link text
ginpei May 31, 2022
e564e2b
fix: 🐛 link text
ginpei May 31, 2022
9128181
feat: 🎸 improve examples
ginpei Jun 1, 2022
093f4ca
feat: 🎸 parens
ginpei Jun 1, 2022
8d6b60f
feat: 🎸 IIFE
ginpei Jun 1, 2022
89cf579
feat: 🎸 improve delete/void/typeof
ginpei Jun 1, 2022
3f93e73
Merge branch 'main' into javascript-symbols
ginpei Jun 2, 2022
378af71
feat: 🎸 property definition
ginpei Jun 2, 2022
91e9230
Merge branch 'main' into javascript-symbols
ginpei Jun 2, 2022
5f7ba09
chore: 🤖 set dummy date
ginpei Jun 2, 2022
6c04b1c
fix: 🐛 remove lint
ginpei Jun 2, 2022
56d8515
Merge branch 'main' into javascript-symbols
ginpei Jun 2, 2022
153d8fb
feat: 🎸 show tasks in TOC
ginpei Jun 5, 2022
26027e7
Merge branch 'main' into javascript-symbols
ginpei Jun 5, 2022
336a1b4
feat: 🎸 square brackets
ginpei Jun 5, 2022
1aa8439
feat: 🎸 refs for bracket names
ginpei Jun 5, 2022
4c5bd0d
feat: 🎸 let's say done
ginpei Jun 5, 2022
1aa9f04
feat: 🎸 braces
ginpei Jun 6, 2022
ae0851d
feat: 🎸 at sign
ginpei Jun 6, 2022
22fe60b
feat: 🎸 comment should look like comment
ginpei Jun 9, 2022
83a9fa8
feat: 🎸 star
ginpei Jun 9, 2022
d7cf1cb
feat: 🎸 slash
ginpei Jun 9, 2022
b06a7d9
feat: 🎸 backslash
ginpei Jun 9, 2022
2a5d0ae
feat: 🎸 ampersand
ginpei Jun 10, 2022
d5731d5
feat: 🎸 entity
ginpei Jun 10, 2022
9580e7c
fix: 🐛 wrong code
ginpei Jun 10, 2022
158927f
feat: 🎸 more searchable
ginpei Jun 10, 2022
52f02d6
feat: 🎸 explanation
ginpei Jun 10, 2022
d48d5b4
chore: 🤖 remove unuseful refs
ginpei Jun 10, 2022
f8ce488
feat: 🎸 shebang
ginpei Jun 11, 2022
3459dad
feat: 🎸 percent
ginpei Jun 11, 2022
acf4931
feat: 🎸 bacckticks
ginpei Jun 16, 2022
8b1c789
fix: 🐛 backticks were not rendered
ginpei Jun 17, 2022
5fe5c27
fix: 🐛 better wording
ginpei Jun 17, 2022
7696bd8
feat: 🎸 decorator proposal
ginpei Jun 17, 2022
ea9c039
feat: 🎸 caret
ginpei Jun 18, 2022
02a74b0
chore: 🤖 comments
ginpei Jun 19, 2022
3b760ce
chore: 🤖 comments
ginpei Jun 19, 2022
0f0c8a2
chore: 🤖 comments
ginpei Jun 19, 2022
e2cf4c7
feat: 🎸 plus
ginpei Jun 19, 2022
d647714
feat: 🎸 install fue-button
ginpei Jul 2, 2022
76fb17e
feat: 🎸 arrow function
ginpei Jul 2, 2022
afe7066
feat: 🎸 less-than
ginpei Jul 11, 2022
2b2d26d
feat: 🎸 HTML open comment
ginpei Jul 11, 2022
661fac8
feat: 🎸 equal
ginpei Jul 14, 2022
5f7c4d3
feat: 🎸 HTML close comment
ginpei Jul 14, 2022
c558573
feat: 🎸 HTML comment
ginpei Jul 14, 2022
9733dff
feat: 🎸 HTML comments
ginpei Jul 15, 2022
63ce852
feat: 🎸 remove TODO marks
ginpei Jul 15, 2022
576f663
feat: 🎸 greater-than
ginpei Jul 16, 2022
30b961e
feat: 🎸 pipe operator
ginpei Jul 16, 2022
ab1e2b2
feat: 🎸 bitwise-or
ginpei Jul 16, 2022
e298c4b
feat: 🎸 bar
ginpei Jul 16, 2022
b4ad36d
feat: 🎸 template literal placeholder
ginpei Jul 16, 2022
880dadc
feat: 🎸 others
ginpei Jul 16, 2022
f68bf49
feat: 🎸 numbers
ginpei Jul 16, 2022
be4522f
chore: 🤖 comments
ginpei Jul 16, 2022
1668168
feat: 🎸 sections for spaces
ginpei Jul 16, 2022
65c8f4f
feat: 🎸 spaces
ginpei Jul 16, 2022
09f0bc5
feat: 🎸 underscore
ginpei Jul 16, 2022
bef8100
feat: 🎸 underscore
ginpei Jul 16, 2022
bc79759
feat: 🎸 hyphens
ginpei Jul 16, 2022
6f773bf
feat: 🎸 comments
ginpei Jul 16, 2022
23fcc73
feat: 🎸 commas
ginpei Jul 16, 2022
ab10b9a
feat: 🎸 semicolons
ginpei Jul 16, 2022
56c3896
feat: 🎸 colons
ginpei Jul 17, 2022
4e9cf20
style: 💄 order
ginpei Jul 17, 2022
f6811b3
feat: 🎸 truncate
ginpei Jul 17, 2022
6eb9b87
feat: 🎸 exclamation
ginpei Jul 17, 2022
b43e0b3
feat: 🎸 question
ginpei Jul 17, 2022
e586c23
feat: 🎸 remove optional chain on template tag
ginpei Jul 17, 2022
10af8dd
style: 💄 order
ginpei Jul 17, 2022
acaee0e
feat: 🎸 example of combination of ?. and ??
ginpei Jul 17, 2022
cfbdf6e
style: 💄 readable example
ginpei Jul 17, 2022
723f803
feat: 🎸 dots
ginpei Jul 17, 2022
6458863
refactor: 💡 move style code from HTML to JS
ginpei Jul 17, 2022
859b4b6
refactor: 💡 move HTML code to JS
ginpei Jul 17, 2022
150c910
feat: 🎸 place search box inside TOC
ginpei Jul 17, 2022
2048cb4
fix: 🐛 remove unused code
ginpei Jul 17, 2022
ab71585
style: 💄 group
ginpei Jul 17, 2022
2102f20
fix: 🐛 wrong link text
ginpei Jul 17, 2022
3903d03
style: 💄 order
ginpei Jul 17, 2022
10a6ffa
feat: 🎸 references for statement delimiter
ginpei Jul 17, 2022
87d9a22
feat: 🎸 prop def
ginpei Jul 17, 2022
7c53347
feat: 🎸 examples for destructuring
ginpei Jul 17, 2022
2ce186e
feat: 🎸 logical-not
ginpei Jul 17, 2022
b89ca78
feat: 🎸 inequality
ginpei Jul 17, 2022
d6cfe34
feat: 🎸 decimal
ginpei Jul 17, 2022
14ec400
feat: 🎸 rest params, elements
ginpei Jul 17, 2022
2b7ad3e
feat: 🎸 initial values for destructuring
ginpei Jul 17, 2022
b280545
feat: 🎸 spread syntax
ginpei Jul 18, 2022
e878394
fix: 🐛 param vs arg
ginpei Jul 18, 2022
fc7e0cc
feat: 🎸 quotes
ginpei Jul 18, 2022
a2ff265
feat: 🎸 ref to arguments object
ginpei Jul 18, 2022
94b2841
feat: 🎸 default params
ginpei Jul 18, 2022
463d90d
feat: 🎸 semicolon
ginpei Jul 18, 2022
04827a5
feat: 🎸 grouping
ginpei Jul 18, 2022
c6165b3
feat: 🎸 function call
ginpei Jul 18, 2022
beb1abb
feat: 🎸 method call
ginpei Jul 18, 2022
ec7dd0c
feat: 🎸 method call
ginpei Jul 18, 2022
19d3906
chore: 🤖 comments
ginpei Jul 18, 2022
b526027
feat: 🎸 super call
ginpei Jul 18, 2022
5c954ac
feat: 🎸 constructor arguments
ginpei Jul 18, 2022
1e588ee
feat: 🎸 functions and methods
ginpei Jul 19, 2022
aa0b503
feat: 🎸 import call
ginpei Jul 19, 2022
759f304
feat: 🎸 IIFE
ginpei Jul 19, 2022
5a3dfdf
feat: 🎸 parameters
ginpei Jul 19, 2022
de9abd8
feat: 🎸 if condition
ginpei Jul 19, 2022
44d75af
feat: 🎸 additional scope object
ginpei Jul 19, 2022
dc7af67
style: 💄 code
ginpei Jul 19, 2022
6dcdfcf
feat: 🎸 switch statement
ginpei Jul 19, 2022
ff6cc22
style: 💄 paren contents
ginpei Jul 19, 2022
cae968d
fix: 🐛 replace multi page URLs
ginpei Jul 20, 2022
8c8efa2
feat: 🎸 better example
ginpei Jul 20, 2022
0af25ce
Merge branch 'main' into javascript-symbols
ginpei Jul 20, 2022
f937572
feat: 🎸 array literal
ginpei Jul 20, 2022
029f214
feat: 🎸 array access
ginpei Jul 20, 2022
9292785
feat: 🎸 property accessors
ginpei Jul 20, 2022
02aa8c0
feat: 🎸 destructuring
ginpei Jul 20, 2022
904404c
feat: 🎸 parameter destructuring
ginpei Jul 22, 2022
7caef05
feat: 🎸 more parameter destructuring
ginpei Jul 22, 2022
ca5d2e0
feat: 🎸 computed prop name
ginpei Jul 22, 2022
0b22eca
fix: 🐛 remove tag
ginpei Aug 19, 2022
4b40ec1
chore: 🤖 comments
ginpei Aug 23, 2022
0f202d4
fix: 🐛 missing category
ginpei Aug 23, 2022
cb3094f
feat: 🎸 text
ginpei Aug 23, 2022
5334d95
fix: 🐛 regulate
ginpei Aug 23, 2022
ab42622
feat: 🎸 destructuring
ginpei Sep 5, 2022
12e0b88
fix: 🐛 type errors
ginpei Sep 5, 2022
4b98d09
refactor: 💡 extract
ginpei Sep 5, 2022
f3638f2
feat: 🎸 prioritize matched symbols
ginpei Sep 5, 2022
62b21e6
feat: 🎸 show search is not comfortable yet
ginpei Sep 5, 2022
7258286
feat: 🎸 array destructuring
ginpei Sep 5, 2022
a0513bb
feat: 🎸 2d arr access
ginpei Sep 5, 2022
35a468c
feat: 🎸 block statement
ginpei Sep 5, 2022
78e4c97
array literal
ginpei Sep 29, 2022
3fb7bf3
more about array literal
ginpei Oct 1, 2022
cef4a5f
in operator
ginpei Oct 1, 2022
4bbb22b
instanceof operator
ginpei Oct 2, 2022
1533923
method access and call
ginpei Oct 2, 2022
904729e
unary expression with parens
ginpei Oct 2, 2022
3faa67c
feat: 🎸 object literal
ginpei Nov 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions books/ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ noToc: true

- [Eleventy](./eleventy/)
- [GitHub Actions で GitHub Pages へ公開する](./github-actions-publish-pages/)
- [JavaScript の記号](./javascript-symbols/)
- [Linux tips](./linux-tips/)