javascript-tutorial / de.javascript.info

Modern JavaScript Tutorial in German
https://javascript.info
Other
34 stars 35 forks source link

German Translation Progress #1

Open iliakan opened 4 years ago

iliakan commented 4 years ago

Maintainer List

@NamikoYa, @christianhegedues, @CourageSean, @J-Cake, @engag1ng

For New Translators

Please read this first (click to open)

To translate an article: 1. Check that no one else has claimed your article in the checklist below. 2. Comment below with the title of the article that you would like to translate, exactly as listed, e.g. `An Introduction to JavaScript`. - Please take only one article at a time. 3. Fork this repo, translate the article in your fork and submit a pull request! - The pull request title should be same as the article, e.g. `An Introduction to JavaScript` (just like comment) Please be prompt with your translations! If you find that you can't commit any more, let maintainers know so they can assign the page to someone else.

For Maintainers

Click to open

We recommend that a translation has 2 reviews to be merged. Please let others know what you do, on community boards and chats, invite them to join. Translations become better if more people see them. Translations are tracked below, like this: * [ ] [Home Page](url) (@iliakan) #1 Our helpful bot watches comments and adds the translator nick and PR id, marks completed, when PR is merged. You can read the details at . If something doesn't work right, please contact @iliakan.

Team translation

More details about team translation: https://javascript.info/translate/bot.

Only maintainers can check/uncheck items below. If you're not, please write in a comment what you take to translate, the title, exactly as in the list.

The JavaScript language

An introduction

JavaScript Fundamentals

Code quality

Objects: the basics

Data types

Advanced working with functions

Object properties configuration

Prototypes, inheritance

Classes

Error handling

Promises, async/await

Generators, advanced iteration

Modules

Miscellaneous

Browser: Document, Events, Interfaces

Document

Introduction to Events

UI Events

Forms, controls

Document and resource loading

Miscellaneous

Frames and windows

Binary data, files

Network requests

Storing data in the browser

Animation

Web components

Regular expressions

elseifdilara commented 2 years ago

@kevinlinse you can review PR #69 instead

CourageSean commented 2 years ago

Iterables

J-Cake commented 2 years ago

event loop

CodeCrafter21 commented 2 years ago

Numbers

iliakan commented 2 years ago

Dear @1H0, @NamikoYa, @christianhegedues, @MichFrie, @JoeGab, @AlexanderK22, @Skoyo, @u-n-known, @SirCodewright, @desirekool, @BitcoinElf, @matztom, @flopanzer, @MichaelEder1, @laurentiu798, @alok555, @elseifdilara, @mhstrkmp, @skamp91, @MysterieDev, @dride-for-sure, @hack03er, @cgomm, @ytausch, @harrydehix, @jonasrdl, @kevinlinse, @CourageSean, @J-Cake, @Pokemonultra, please let me know if you have enough JS knowledge to review PRs and would like to get maintainership on the repo.

mhstrkmp commented 2 years ago

Dear @1H0, @NamikoYa, @christianhegedues, @MichFrie, @JoeGab, @AlexanderK22, @Skoyo, @u-n-known, @SirCodewright, @desirekool, @BitcoinElf, @matztom, @flopanzer, @MichaelEder1, @laurentiu798, @alok555, @elseifdilara, @mhstrkmp, @skamp91, @MysterieDev, @dride-for-sure, @hack03er, @cgomm, @ytausch, @harrydehix, @jonasrdl, @kevinlinse, @CourageSean, @J-Cake, @Pokemonultra, please let me know if you have enough JS knowledge to review PRs and would like to get maintainership on the repo.

Hey @iliakan Thx for asking. I would be happy to help with this repo.

J-Cake commented 2 years ago

Dear @1H0, @NamikoYa, @christianhegedues, @MichFrie, @JoeGab, @AlexanderK22, @Skoyo, @u-n-known, @SirCodewright, @desirekool, @BitcoinElf, @matztom, @flopanzer, @MichaelEder1, @laurentiu798, @alok555, @elseifdilara, @mhstrkmp, @skamp91, @MysterieDev, @dride-for-sure, @hack03er, @cgomm, @ytausch, @harrydehix, @jonasrdl, @kevinlinse, @CourageSean, @J-Cake, @Pokemonultra, please let me know if you have enough JS knowledge to review PRs and would like to get maintainership on the repo.

I'd be honoured to help out

iliakan commented 2 years ago

Welcome, @J-Cake!

iliakan commented 2 years ago

@MichaelEder1 are you really familiar with JS?

MichaelEder1 commented 2 years ago

@MichaelEder1 are you really familiar with JS?

Hi, I'm learning js in university for two years now ... but maybe your right and my knowledge is not yet read for helping you with this repošŸ˜Š

iliakan commented 2 years ago

@MichaelEder1 Thank you. PRs from you should be helpful.

It's just that maintainers review PRs and hence they must be good at JS ;)

CourageSean commented 2 years ago

@iliakan yeah sure!! I would really like to help out.

scottwright-dev commented 1 year ago

Debugging in the browser

behrends commented 9 months ago

Ninja code

behrends commented 9 months ago

Nullish coalescing operator '??'

behrends commented 9 months ago

Constructor, operator "new"

javascript-translate-bot commented 9 months ago

Error: the article already has meta information in the Progress Issue "(@dride-for-sure)" :interrobang:

behrends commented 9 months ago

Map and Set

behrends commented 8 months ago

Strings

J-Cake commented 8 months ago

@dnnsjrng

Constructor, operator "new"

Are you still working on this? We've received a merge-ready PR which conflicts with yours. I'll merge it in 24 hours and close yours if I don't hear back from you.

Thanks

behrends commented 8 months ago

WeakMap and WeakSet

behrends commented 8 months ago

Object.keys, values, entries

behrends commented 8 months ago

Automated testing with Mocha

behrends commented 8 months ago

Object references and copying

behrends commented 8 months ago

Destructuring assignment

behrends commented 7 months ago

Date and time

roemmelter commented 5 months ago

Class basic syntax

engag1ng commented 4 months ago

JSON methods, toJSON