javascript-tutorial/ro.javascript.info

Romanian Translation Progress

iliakan opened this issue ยท 56 comments

Maintainer List

@lighthousand, @bogdanbacosca

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:

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 https://javascript.info/translate/bot.

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

Developer console

The "switch" statement

Manuals and specifications

Comments

Debugging in Chrome

Objects

Garbage collection

Class basic syntax

Symbol type

Hello, world!

Code structure

The modern mode, "use strict"

Object methods, "this"

Object to primitive conversion

Variables

Data types

Error: the article already has meta information in the Progress Issue "(@tiberiufrat)" โ‰๏ธ

Hello. I am sorry, but I won't be able any longer to translate "Interaction: alert, prompt, confirm", "Type Conversions" and "Basic operators, maths", as something else needs my immediate attention. I deleted my comments, but it seems that the bot doesn't automatically disassociate my user from the given articles.

Comparisons

Conditional branching: if, '?'

Type Conversions

Logical operators

Basic operators, maths

Introduction: callbacks

Comparisons

Promise

Promises chaining

Variables

Data types

Error: the article already has meta information in the Progress Issue "(@Alexandra2888)" โ‰๏ธ

Interaction: alert, prompt, confirm

The modern mode, "use strict"

Fetch

Event loop: microtasks and macrotasks

Promise API

Nullish coalescing operator '??'

CSS-animations

The modern mode, "use strict"

Async/await

Functions

Date and time

Data types

Error: the article already has meta information in the Progress Issue "(@spanciox)" โ‰๏ธ

Interaction: alert, prompt, confirm

Loops: while and for

Currying

Function object, NFE

Recursion and stack

Logical operators

Variable scope, closure

Global object

Scheduling: setTimeout and setInterval

Map and Set

Constructor, operator "new"

Methods of primitives

Arrow functions, the basics