diff --git a/cs-cz/javascript.html.markdown b/cs-cz/javascript.html.markdown index b622dd2b..40c89345 100644 --- a/cs-cz/javascript.html.markdown +++ b/cs-cz/javascript.html.markdown @@ -459,7 +459,7 @@ mujObjekt = new MujKonstruktor(); // = {mojeCislo: 5} mujObjekt.mojeCislo; // = 5 // Na rozdíl od nejznámějších objektově orientovaných jazyků, JavaScript nezná -// koncept instancí vytvořených z tříd. Místo toho Javascript kombinuje +// koncept instancí vytvořených z tříd. Místo toho JavaScript kombinuje // vytváření instancí a dědění do konceptu zvaného 'prototyp'. // Každý JavaScriptový objekt má prototyp. Když budete přistupovat k vlastnosti @@ -600,13 +600,13 @@ tohoto jazyka. [JavaScript: The Definitive Guide][6] je klasická výuková kniha. -[Eloquent Javascript][8] od Marijn Haverbeke je výbornou JS knihou/e-knihou. +[Eloquent JavaScript][8] od Marijn Haverbeke je výbornou JS knihou/e-knihou. -[Javascript: The Right Way][10] je průvodcem JavaScriptem pro začínající +[JavaScript: The Right Way][10] je průvodcem JavaScriptem pro začínající vývojáře i pomocníkem pro zkušené vývojáře, kteří si chtějí prohloubit své znalosti. -[Javascript:Info][11] je moderním JavaScriptovým průvodcem, který pokrývá +[javascript.info][11] je moderním JavaScriptovým průvodcem, který pokrývá základní i pokročilé témata velice výstižným výkladem. Jako dodatek k přímým autorům tohoto článku byly na těchto stránkách části diff --git a/dart.html.markdown b/dart.html.markdown index 740c2b3d..9e2550af 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -196,7 +196,7 @@ class GenericExample{ /// outside of function/method bodies. List on the outer scope of class /// or outside of class have to be constant. Strings and numbers are constant /// by default. But arrays and maps are not. They can be made constant by -/// declaring them "const". Kind of similar to Javascript's Object.freeze() +/// declaring them "const". Kind of similar to JavaScript's Object.freeze() const example8List = ["Example8 const array"]; const example8Map = {"someKey": "Example8 const map"}; /// Declare List or Maps as Objects. diff --git a/de-de/dhall-de.html.markdown b/de-de/dhall-de.html.markdown index f78d1292..052352f1 100644 --- a/de-de/dhall-de.html.markdown +++ b/de-de/dhall-de.html.markdown @@ -160,7 +160,7 @@ let points : List { x : Double, y : Double } = lambda n : [ n, n + 1 ] - ... und diesem Javascript Code: + ... und diesem JavaScript Code: function (n) { return [ n, n + 1 ]; } -} diff --git a/de-de/processing-de.html.markdown b/de-de/processing-de.html.markdown index 2c1af77d..12f40067 100644 --- a/de-de/processing-de.html.markdown +++ b/de-de/processing-de.html.markdown @@ -17,7 +17,7 @@ Programmiererfahrung die Grundlagen der Computerprogrammierung in einem visuellen Kontext erlernen. Obwohl Processing von Java beeinflusst wurde und auf Java basiert, ist die Syntax -sowohl von Java als auch Javascript beeinflusst worden. Weitere Informationen +sowohl von Java als auch JavaScript beeinflusst worden. Weitere Informationen sind [hier](https://processing.org/reference/) zu finden. Die Programmiersprache wird statisch programmiert und kommt mit einer eigenen diff --git a/es-es/livescript-es.html.markdown b/es-es/livescript-es.html.markdown index 4fb368ed..7a44b143 100644 --- a/es-es/livescript-es.html.markdown +++ b/es-es/livescript-es.html.markdown @@ -8,7 +8,7 @@ translators: lang: es-es --- -LiveScript es un lenguaje funcional compilado sobre Javascript. Comparte +LiveScript es un lenguaje funcional compilado sobre JavaScript. Comparte la mayoría de la semántica con este mismo lenguaje. Composición de funciones, comparación de patrones y muchas otras cosas son las adiciones que hace LiveScript. Está inspirado en lenguajes como Haskell, F# y Scala. @@ -26,7 +26,7 @@ desarrollo activo para traer aún más funciones. /* Comentarios multi-línea son escritos con estilo de C. Usa este estilo si quieres - que los comentarios se preserven en el output de Javascript + que los comentarios se preserven en el output de JavaScript */ # En lo que a la sintaxis se refiere, LiveScript usa indentación para delimitar diff --git a/fa-ir/javascript-fa.html.markdown b/fa-ir/javascript-fa.html.markdown index c0cfe3b2..a6300865 100644 --- a/fa-ir/javascript-fa.html.markdown +++ b/fa-ir/javascript-fa.html.markdown @@ -619,7 +619,7 @@ JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introdu [Document Object Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core) -[Javascript Garden](https://shamansir.github.io/JavaScript-Garden/) +[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/)

راهنمای دقیقی از قسمت های غیر ملموس زبان.

اضافه بر این در ویرایش این مقاله، قسمت هایی از سایت زیر مورد استفاده قرار گرفته است.

diff --git a/fr-fr/coffeescript-fr.html.markdown b/fr-fr/coffeescript-fr.html.markdown index 29274e79..926c0a84 100644 --- a/fr-fr/coffeescript-fr.html.markdown +++ b/fr-fr/coffeescript-fr.html.markdown @@ -9,14 +9,14 @@ filename: coffeescript-fr.coffee --- ``` coffeescript -# CoffeeScript est un langage préprocesseur, il permet de générer du Javascript. +# CoffeeScript est un langage préprocesseur, il permet de générer du JavaScript. # Il suit les tendances de certains langages récents. # Par exemple, les commentaires se définissent comme en Ruby ou en Python. ### Ceci est un bloc de commentaires il est converti directement avec '/ *' et '* /' -pour correspondre aux commentaires Javascript +pour correspondre aux commentaires JavaScript Vous devez comprendre la syntaxe du langage JavaScript pour continuer. ### diff --git a/fr-fr/javascript-fr.html.markdown b/fr-fr/javascript-fr.html.markdown index f5d8fd5d..2e70b8ed 100644 --- a/fr-fr/javascript-fr.html.markdown +++ b/fr-fr/javascript-fr.html.markdown @@ -20,11 +20,11 @@ dans le back-end. En effet, le JavaScript n'est plus uniquement limité aux navigateurs, grâce à Node.JS, un projet qui offre un environnement indépendant dans lequel un -interpréteur Javascript, basé sur le célèbre moteur V8 de Google Chrome, +interpréteur JavaScript, basé sur le célèbre moteur V8 de Google Chrome, peut être utilisé directement côté serveur pour exécuter des programmes écrits en JavaScript. -ECMAScript (la norme du langage Javascript) entre en version 6. Cette version introduit de nombreuses mises à jour tout en restant rétrocompatible. L'implémentation de ces nouvelles fonctionnalités est en cours et celles-ci ne sont donc pas forcément compatibles avec tous les navigateurs. +ECMAScript (la norme du langage JavaScript) entre en version 6. Cette version introduit de nombreuses mises à jour tout en restant rétrocompatible. L'implémentation de ces nouvelles fonctionnalités est en cours et celles-ci ne sont donc pas forcément compatibles avec tous les navigateurs. ```js // Les commentaires sont comme en C. Les commentaires mono-ligne commencent par 2 slashs, @@ -426,7 +426,7 @@ setTimeout(function(){ // une fonction anonyme de la forme : `param => returnValue`. setTimeout(() => console.log('5 seconds, are up.'), 5000); -// Le Javascript crée uniquement un scope, une portée d'action limitée, pour +// Le JavaScript crée uniquement un scope, une portée d'action limitée, pour // les fonctions, et pas dans les autres blocs. if (true){ var i = 5; @@ -448,7 +448,7 @@ i; // = 5 - et non undefined comme vous pourriez vous y attendre temporary; // raises ReferenceError permanent; // = 10 -// Une des fonctionnalités les plus puissantes de Javascript est le système de +// Une des fonctionnalités les plus puissantes de JavaScript est le système de // closures. Si une fonction est définie dans une autre fonction, alors la // fonction interne aura accès aux variables de la fonction parente, même si // celle-ci a déjà finie son exécution. @@ -587,7 +587,7 @@ var MyConstructor = function(){ myNewObj = new MyConstructor(); // = {myNumber: 5} myNewObj.myNumber; // = 5 -// Chaque objet en Javascript a un "prototype". Quand vous essayez d'accéder à +// Chaque objet en JavaScript a un "prototype". Quand vous essayez d'accéder à // une propriété que l'objet n'a pas, l'interpréteur va regarder son prototype. // Quelques implémentations de JS vous laissent accéder au prototype avec la @@ -758,7 +758,7 @@ let coolapi = await import("api") // = importe le module dans la variable `coola The [Mozilla Developer Network](https://developer.mozilla.org/fr-FR/docs/Web/JavaScript) expose une -excellente documentation pour le Javascript dans les navigateurs. Et contient +excellente documentation pour le JavaScript dans les navigateurs. Et contient également un wiki pour s'entraider. MDN's [A re-introduction to diff --git a/fr-fr/ruby-ecosystem-fr.html.markdown b/fr-fr/ruby-ecosystem-fr.html.markdown index d838bf21..ea62ff3a 100644 --- a/fr-fr/ruby-ecosystem-fr.html.markdown +++ b/fr-fr/ruby-ecosystem-fr.html.markdown @@ -91,7 +91,7 @@ Mpyennement mature/compatible: Smalltalk possède quelques outils impressionnants, et ce projet tente de les apporter dans le développement Ruby. * [RubyMotion](http://www.rubymotion.com/) - Ruby pour développement iOS et Android. -* [Opal](http://opalrb.org/) - Compile le Ruby en Javascript +* [Opal](http://opalrb.org/) - Compile le Ruby en JavaScript Les implémentations de Ruby peuvent avoir leurs propres numéros de versions, mais elles ciblent toujours une versions spéficique de MRI pour la diff --git a/haml.html.markdown b/haml.html.markdown index 54267027..f0429300 100644 --- a/haml.html.markdown +++ b/haml.html.markdown @@ -201,7 +201,7 @@ $ haml input_file.haml output_file.html

Text inside the block

-/ Javascript filter +/ JavaScript filter :javascript console.log('This is inline