Skip to content

Add Modern Javascript Tutorial Book (Korean) #11854

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

Merged
merged 3 commits into from
Mar 27, 2025

Conversation

Turtle-Hwan
Copy link
Contributor

What does this PR do?

Add resource(s)

For resources

Description

Add resource of Javascript, Modern Javascript Tutorial Book
korean translated link : https://ko.javascript.info/

Why is this valuable (or not)?

This book is already in the English book list, so and I add Korean translate book.

How do we know it's really free?

This book is available on that site!

For book lists, is it a book? For course lists, is it a course? etc.

It is online site.

Checklist:

  • Read our contributing guidelines.
  • Search for duplicates.
  • Include author(s) and platform where appropriate.
  • Put lists in alphabetical order, correct spacing.
  • Add needed indications (PDF, access notes, under construction).
  • Used an informative name for this pull request.

Follow-up

  • Check the status of GitHub Actions and resolve any reported warnings!

@Turtle-Hwan Turtle-Hwan changed the title Add Modern Javascript Tutorial Book of korean Add Modern Javascript Tutorial Book (Korean) Mar 27, 2025
Copy link

Linter failed, fix the error(s):

free-programming-books/books/free-programming-books-ko.md
   3:1-43:22  warning  Alphabetical ordering: swap l.4 and l.3             alphabetize-lists            remark-lint
    3:1-3:18  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
    4:1-4:44  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
    5:1-5:42  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
    6:1-6:14  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
    7:1-7:10  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
    8:1-8:13  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
    9:1-9:14  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  10:1-10:20  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  11:1-11:22  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  12:1-12:14  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  13:1-13:12  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  14:1-14:32  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  15:1-15:16  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  16:1-19:24  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  17:3-17:23  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  18:3-18:20  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  19:3-19:24  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  20:1-20:18  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  21:1-21:18  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  22:1-22:40  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  23:1-23:30  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  24:1-24:26  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  25:1-25:40  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  26:1-26:16  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  27:1-28:24  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  28:3-28:24  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  29:1-32:20  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  30:3-30:22  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  31:3-31:24  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  32:3-32:20  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  33:1-33:10  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  34:1-34:32  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  35:1-35:16  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  36:1-36:16  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  37:1-37:22  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  38:1-38:14  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  39:1-39:48  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  40:1-40:28  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  41:1-41:28  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  42:1-42:22  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
  43:1-43:22  warning  Marker style should be `*`                          unordered-list-marker-style  remark-lint
119:1-120:66  warning  Alphabetical ordering: swap l.120 and l.119         alphabetize-lists            remark-lint
120:3-120:52  warning  Remove trailing slash (https://ko.javascript.info)  no-url-trailing-slash        remark-lint

@github-actions github-actions bot added the linter error Please, correct build errors found by linter! label Mar 27, 2025
Copy link

Linter failed, fix the error(s):

free-programming-books/books/free-programming-books-ko.md
118:1-119:66  warning  Alphabetical ordering: swap l.119 and l.118         alphabetize-lists      remark-lint
119:3-119:52  warning  Remove trailing slash (https://ko.javascript.info)  no-url-trailing-slash  remark-lint

Copy link

Linter failed, fix the error(s):

free-programming-books/books/free-programming-books-ko.md
118:1-119:65  warning  Alphabetical ordering: swap l.119 and l.118  alphabetize-lists  remark-lint

@github-actions github-actions bot removed the linter error Please, correct build errors found by linter! label Mar 27, 2025
@eshellman
Copy link
Collaborator

Thanks, and welcome to free-programming-books!

@eshellman eshellman merged commit f5cbde7 into EbookFoundation:main Mar 27, 2025
5 checks passed
@Turtle-Hwan
Copy link
Contributor Author

Thanks, and welcome to free-programming-books!

Thank you for fast approve & merge!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants