Description
Maintainer List
@alahnomi, @Jamil-Bailony, @3imed-jaberi, @atefBB, @afilahkle
For New Translators
Please read this first (click to open)
To translate an article:
- Check that no one else has claimed your article in the checklist below.
- 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.
- 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)
- The pull request title should be same as the article, e.g.
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
- An Introduction to JavaScript (@abdomagdi) Translate hello-world #47
- Manuals and specifications (@OmarioHasan) Manuals and specifications #12
- Code editors (@abdomagdi) Translate code-editors #29
- Developer console
JavaScript Fundamentals
- Hello, world!
- Code structure (@AhmedIbrahimGalal)
- The modern mode, "use strict" (@Salah856)
- Variables (@AhmedIbrahimGalal) variables #6
- Data types (@WaleedOMEGA) Data types #56
- Interaction: alert, prompt, confirm (@WaleedOMEGA) Data types #56
- Type Conversions (@WaleedOMEGA) Data types #56
- Basic operators, maths (@Salah856 ) translate operators into arabic #18
- Comparisons (@Salah856) translate comaprisons into arabic #17
- Conditional branching: if, '?'
- Logical operators (@mostafaHegab) translate part 1, 2.11- logical operators to AR #14
- Nullish coalescing operator '??' (@mostafaHegab) translate part 1 2.12, 2.13 #16
- Loops: while and for (@mostafaHegab) translate part 1 2.12, 2.13 #16
- The "switch" statement (@mostafaHegab) translate part 1, 2.14- switch to AR #26
- Functions (@mostafaHegab) translate part 1, 2.15- functions to AR #36
- Function expressions (@mostafaHegab) translate part 1, 2.16- functions, 2.17 arrow function basics to AR #68
- Arrow functions, the basics (@mostafaHegab) translate part 1, 2.16- functions, 2.17 arrow function basics to AR #68
- JavaScript specials (@Abdulrahmanh95) 1- Js #63
Code quality
- Debugging in the browser
- Coding Style (@Ahmed-Adel3) Simple edit to Garbage collection arabic translation #81
- Comments (@Salah856) comments #64
- Ninja code (@MostafaSamer) Code quality #72
- Automated testing with Mocha (@Abdelrahmansherwida) Automated testing with Mocha #110
- Polyfills and transpilers (@afilahkle) Polyfills and transpilers #285
Objects: the basics
- Objects (@Sara-Elsayed) (@Abdelrahmansherwida)
- Object references and copying (@afilahkle) Object references and copying #286
- Garbage collection (@Ahmed-Adel3) Translate Garbage Collection Page into AR #73
- Object methods, "this" (@Ahmed-Adel3)
- Constructor, operator "new" (@AhmedIbrahimGalal)
- Optional chaining '?.' (@Abdulrahmanh95) Objects: The Basics #53
- Symbol type (@dvmhmdsd) Symbol type #11
- Object to primitive conversion (@dvmhmdsd) Object to primitive conversion #13
Data types
- Methods of primitives (@moaztayea)
- Numbers (@Ahmed-Adel3 )
- Strings (@Adham-Niazy)
- Arrays (@yehiafouda) array translation #33
- Array methods (@Abdelrahmansherwida)
- Iterables (@dvmhmdsd) Iterables #19
- Map and Set (@Salah856) weakmap and weakset, map and set, date and time, destructuring assign… #90
- WeakMap and WeakSet (@Salah856 ) weakmap and weakset, map and set, date and time, destructuring assign… #90
- Object.keys, values, entries (@Abdelrahmansherwida) Object.keys, values, entries #111
- Destructuring assignment (@Salah856)
- Date and time (@Salah856)
- JSON methods, toJSON (@dvmhmdsd) JSON methods, toJSON #24
Advanced working with functions
- Recursion and stack (@Adham-Niazy) Recursion and Stack #76
- Rest parameters and spread syntax (@Adham-Niazy)
- Variable scope, closure (@afilahkle)
- The old "var" (@Adham-Niazy )
- Global object (@Adham-Niazy)
- Function object, NFE (@Adham-Niazy)
- The "new Function" syntax (@Adham-Niazy) new Function #77
- Scheduling: setTimeout and setInterval
- Decorators and forwarding, call/apply
- Function binding
- Arrow functions revisited
Object properties configuration
- Property flags and descriptors (@OmarioHasan) Property flags and descriptors #22
- Property getters and setters (@OmarioHasan) Property getters and setters #21
Prototypes, inheritance
- Prototypal inheritance (@Ahmed-Adel3)
- F.prototype (@Salah856)
- Native prototypes (@dvmhmdsd)
- Prototype methods, objects without proto (@dvmhmdsd) Prototype methods, objects without proto #27
Classes
- Class basic syntax (@Salah856) Class basic syntax #45
- Class inheritance (@Salah856) Class basic syntax #45
- Static properties and methods (@Salah856)
- Private and protected properties and methods (@Salah856)
- Extending built-in classes (@Salah856)
- Class checking: "instanceof" (@Ahmed-Adel3)
- Mixins (@OmarioHasan) Mixins #61
Error handling
- Error handling, "try...catch" (@afilahkle) Error handling, "try...catch" #288
- Custom errors, extending Error (@AhmedIbrahimGalal)
Promises, async/await
- Introduction: callbacks (@AhmedIbrahimGalal) callbacks #70
- Promise (@AhmedIbrahimGalal)
- Promises chaining (@AhmedIbrahimGalal)
- Error handling with promises (@Salah856) error handling with promises - promisification - microtasks #57
- Promise API (@Salah856) comments #64
- Promisification (@Salah856) error handling with promises - promisification - microtasks #57
- Microtasks (@Salah856) error handling with promises - promisification - microtasks #57
- Async/await (@Salah856) async / await #65
Generators, advanced iteration
- Generators (@IEEE-AlAzhar) Generators #31
- Async iteration and generators (@afilahkle) Async iteration and generators #289
Modules
Miscellaneous
- Proxy and Reflect (@dvmhmdsd) Proxy and Reflect #96
- Eval: run a code string
- Currying
- Reference Type (@OmarioHasan) Reference Type #118
- BigInt (@MostafaMahmoud93) BigInt #78
- Unicode, String internals
- WeakRef and FinalizationRegistry
Browser: Document, Events, Interfaces
Document
- Browser environment, specs (@abdelrhmanali29)
- DOM tree
- Walking the DOM (@afilahkle) Walking the DOM #279
- Searching: getElement*, querySelector* (@aladdinshammr) Searching: getElement*, querySelector* #317
- Node properties: type, tag and contents (@Salah856) Node properties: type, tag and contents #23
- Attributes and properties (@Salah856 ) translate DOM properties and attributes into arabic #20
- Modifying the document
- Styles and classes (@abdelrhmanali29)
- Element size and scrolling (@Salah856) capturing groups #66
- Window sizes and scrolling (@Salah856) capturing groups #66
- Coordinates (@Salah856) translate coordinated into arabic #28
Introduction to Events
- Introduction to browser events (@belalmosad)
- Bubbling and capturing
- Event delegation (@afilahkle) Event delegation #281
- Browser default actions
- Dispatching custom events
UI Events
- Mouse events (@mohamedElkast) mouse events part 1 #25
- Moving the mouse: mouseover/out, mouseenter/leave
- Drag'n'Drop with mouse events
- Pointer events
- Keyboard: keydown and keyup
- Scrolling
Forms, controls
- Form properties and methods
- Focusing: focus/blur
- Events: change, input, cut, copy, paste
- Forms: event and method submit
Document and resource loading
- Page: DOMContentLoaded, load, beforeunload, unload
- Scripts: async, defer
- Resource loading: onload and onerror
Miscellaneous
Frames and windows
Binary data, files
Network requests
- Fetch
- FormData
- Fetch: Download progress
- Fetch: Abort
- Fetch: Cross-Origin Requests
- Fetch API
- URL objects
- XMLHttpRequest
- Resumable file upload
- Long polling
- WebSocket
- Server Sent Events
Storing data in the browser
Animation
Web components
- From the orbital height
- Custom elements
- Shadow DOM
- Template element
- Shadow DOM slots, composition
- Shadow DOM styling
- Shadow DOM and events
Regular expressions
- Patterns and flags (@AhmedIbrahimGalal) regexp introduction #37
- Character classes (@AhmedIbrahimGalal) regexp-character-classes #59
- Unicode: flag "u" and class \p{...}
- Anchors: string start ^ and end $
- Multiline mode of anchors ^ $, flag "m"
- Word boundary: \b
- Escaping, special characters
- Sets and ranges [...]
- Quantifiers +, *, ? and {n}
- Greedy and lazy quantifiers
- Capturing groups (@Salah856) capturing groups #66
- Backreferences in pattern: \N and \k<name> (@Salah856) translate Backreferences in pattern: \N and \k into arabic #39
- Alternation (OR) | (@Salah856)
- Lookahead and lookbehind (@Salah856)
- Catastrophic backtracking (@Salah856) translate catastrophic backtracking into arabic #38
- Sticky flag "y", searching at position (@Salah856) translate sticky regex into arabic #35
- Methods of RegExp and String (@Salah856) translate Methods of RegEx and string into arabic #30