[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/javascript-tutorial/uk.javascript.info/master/TRANSLATION.md [Back]  [Original]

##   

-      .     ,   ****.
-   ,       ,  ,  PR  .

> **!**
>
>  ,    ( )    " ":        .           .

###    

-    .
-      .
-   , , .
- ,      :)

:

```js
// Example
const text = "Hello, world";
document.querySelector('.hello').innerHTML = text;
```

    :

```js
// 
const text = ', ';
document.querySelector('.hello').innerHTML = text;
```

    :

```js
// 
const text = ', ';
// ".hello"  
//   
document.querySelector('.').innerHTML = text;
```

###  

      ,    ,    ``,  `object` --   URL-  .
 ,         "".

###  

        ,       ,         .

:

```md
[JavaScript](https://en.wikipedia.org/wiki/JavaScript) is a programming language.
```

      :

```md
[JavaScript](https://uk.wikipedia.org/wiki/JavaScript)    .
```

        (`https://uk.wikipedia.org/wiki/V8_(%D1%80%D1%83%D1%88%D1%96%D0%B9_JavaScript`),       (`https://uk.wikipedia.org/wiki/V8_(_JavaScript)`).

   MDN,      ,       .

     ,   " ".

### 

 ,  ,      YAML,   `---`:

```md
importance: 5

---
...
```

 ,   "importance", "smart header"   :

```md
```smart header="More information"
Interested to see which characters belong to a property?

```smart header=" "
 ,    ?
```

###  (  SVG)

 svg      `images.yml`,     .

    [](https://github.com/javascript-tutorial/server#translating-images).

  ,       svg .
     `x`  `y`   ``   svg .  `x`  `y`     (   ).

       `font-size="14"`   ``.

###    :)

-  "__"       .
-  ,   ? [ -](https://github.com/web-standards-ru/dictionary/blob/master/dictionary.md)  ( )!
-   (Google),  (Jest)   (DOM)  .
-      `'`,    ``.
-      : `let userName = "John"` => `let userName = ""`, `let userName = "Pete"` => `let userName = ""`.

###  ()

  ,     . ,  "application"   "", ""  ""?

            .

      [](https://docs.google.com/spreadsheets/d/16tuvd7XaGES81bKLklDXcR2C--GcfJbbMmGE5MzppfI).
         .           [](https://github.com/javascript-tutorial/uk.javascript.info/issues/8).

Web Proxy Viewer  |  New URL  |  Original Page