René's URL Explorer Experiment


Title: Portuguese Translation Progress · Issue #1 · javascript-tutorial/pt.javascript.info · GitHub

Open Graph Title: Portuguese Translation Progress · Issue #1 · javascript-tutorial/pt.javascript.info

X Title: Portuguese Translation Progress · Issue #1 · javascript-tutorial/pt.javascript.info

Description: Maintainer List @luizclr, @odsantos, @Mr-Saxobeat, @jonnathan-ls, @leopoldovcfonseca, @nazarepiedady, @murillorossetti, @gabifs For New Translators Please read this first (click to open) To translate an article: Check that no one else ha...

Open Graph Description: Maintainer List @luizclr, @odsantos, @Mr-Saxobeat, @jonnathan-ls, @leopoldovcfonseca, @nazarepiedady, @murillorossetti, @gabifs For New Translators Please read this first (click to open) To transla...

X Description: Maintainer List @luizclr, @odsantos, @Mr-Saxobeat, @jonnathan-ls, @leopoldovcfonseca, @nazarepiedady, @murillorossetti, @gabifs For New Translators Please read this first (click to open) To transla...

Opengraph URL: https://github.com/javascript-tutorial/pt.javascript.info/issues/1

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Portuguese Translation Progress","articleBody":"\n## Maintainer List\n\n@luizclr, @odsantos, @Mr-Saxobeat, @jonnathan-ls, @leopoldovcfonseca, @nazarepiedady, @murillorossetti, @gabifs\n\n## For New Translators\n\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003ePlease read this first (click to open)\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\nTo translate an article:\n\n1. Check that no one else has claimed your article in the checklist below.\n2. Comment below with the title of the article that you would like to translate, exactly as listed, e.g. `An Introduction to JavaScript`. \n    - Please take only one article at a time.\n3. Fork this repo, translate the article in your fork and submit a pull request!\n    - The pull request title should be same as the article, e.g. `An Introduction to JavaScript` (just like comment)\n\nPlease 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.\n\u003c/p\u003e\n\u003c/details\u003e\n\n## For Maintainers\n\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eClick to open\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\nWe recommend that a translation has 2 reviews to be merged. \n\nPlease let others know what you do, on community boards and chats, invite them to join. Translations become better if more people see them.\n\nTranslations are tracked below, like this:\n\n* [ ] [Home Page](url) (@iliakan) #1\n\nOur helpful bot watches comments and adds the translator nick and PR id, marks completed, when PR is merged. You can read the details at \u003chttps://javascript.info/translate/bot\u003e.\n\nIf something doesn't work right, please contact @iliakan. \n\n\u003c/p\u003e\n\u003c/details\u003e\n\n## Team translation\n\nMore details about team translation: \u003chttps://javascript.info/translate/bot\u003e.\n\nOnly 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.\n\n## The JavaScript language\n\n\n### An introduction\n\n* [X] [An Introduction to JavaScript](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/01-getting-started/1-intro) (@mrodrigochaves)\n* [X] [Manuals and specifications](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/01-getting-started/2-manuals-specifications) (@Mr-Saxobeat) #53\n* [X] [Code editors](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/01-getting-started/3-code-editors) (@mrodrigochaves)\n* [X] [Developer console](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/01-getting-started/4-devtools) (@mrodrigochaves)\n\n### JavaScript Fundamentals\n\n* [X] [Hello, world!](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/01-hello-world) (@mrodrigochaves)\n* [X] [Code structure](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/02-structure) (@mrodrigochaves)\n* [X] [The modern mode, \"use strict\"](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/03-strict-mode) (@daliannyvieira)\n* [X] [Variables](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/04-variables) (@mrodrigochaves)\n* [X] [Data types](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/05-types) (@mrodrigochaves) and (@jonnathan-ls) #243\n* [X] [Interaction: alert, prompt, confirm](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/06-alert-prompt-confirm) (@EvertonCosmo)\n* [X] [Type Conversions](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/07-type-conversions) (@PauloBacelar) #212\n* [X] [Basic operators, maths](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/08-operators) (@betofc89) and (@Peruibeloko ) #412\n* [X] [Comparisons](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/09-comparison) (@Andres-ibanez) #15\n* [X] [Conditional branching: if, '?'](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/10-ifelse) (@jonnathan-ls) #246\n* [X] [Logical operators](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/11-logical-operators) (@jonnathan-ls) #401\n* [X] [Nullish coalescing operator '??'](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/12-nullish-coalescing-operator) (@ermogenes) #195\n* [ ] [Loops: while and for](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/13-while-for) (@gabifs)\n* [X] [The \"switch\" statement](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/14-switch) (@odsantos) #108\n* [x] [Functions](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/15-function-basics) (@Dheyson)\n* [ ] [Function expressions](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/16-function-expressions)\n* [x] [Arrow functions, the basics](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/17-arrow-functions-basics) (@allanpaza)\n* [x] [JavaScript specials](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/18-javascript-specials) (@odsantos) #445 \n\n### Code quality\n\n* [X] [Debugging in the browser](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/01-debugging-chrome) (@zenobiopereira) #399\n* [x] [Coding Style](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/02-coding-style) (@odsantos)\n* [x] [Comments](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/03-comments) (@odsantos)\n* [x] [Ninja code](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/04-ninja-code) (@Mr-Saxobeat) #182\n* [x] [Automated testing with Mocha](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/05-testing-mocha) (@odsantos)\n* [X] [Polyfills and transpilers](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/06-polyfills) (@odsantos) #215\n\n### Objects: the basics\n\n* [X] [Objects](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/01-object) (@odsantos)\n* [X] [Object references and copying](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/02-object-copy) (@danilolmc) #408\n* [ ] [Garbage collection](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/03-garbage-collection)\n* [ ] [Object methods, \"this\"](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/04-object-methods)\n* [X] [Constructor, operator \"new\"](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/06-constructor-new) (@PedroDousseau) #400\n* [ ] [Optional chaining '?.'](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/07-optional-chaining) \n* [X] [Symbol type](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/08-symbol) (@danilolmc) #409\n* [ ] [Object to primitive conversion](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/09-object-toprimitive)\n\n### Data types\n\n* [X] [Methods of primitives](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/01-primitives-methods) (@DouglasMV)\n* [ ] [Numbers](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/02-number) (@nazarepiedady)\n* [ ] [Strings](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/03-string)\n* [ ] [Arrays](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/04-array)\n* [x] [Array methods](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/05-array-methods) (@adriavieira314) #109\n* [ ] [Iterables](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/06-iterable)\n* [X] [Map and Set](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/07-map-set) (@gabifs) #405\n* [ ] [WeakMap and WeakSet](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/08-weakmap-weakset)\n* [ ] [Object.keys, values, entries](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/09-keys-values-entries)\n* [ ] [Destructuring assignment](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/10-destructuring-assignment)\n* [ ] [Date and time](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/11-date)\n* [ ] [JSON methods, toJSON](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/12-json)\n\n### Advanced working with functions\n\n* [ ] [Recursion and stack](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/01-recursion)\n* [ ] [Rest parameters and spread syntax](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/02-rest-parameters-spread)\n* [ ] [Variable scope, closure](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/03-closure)\n* [ ] [The old \"var\"](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/04-var)\n* [X] [Global object](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/05-global-object) (@anapaulalemos) #123\n* [ ] [Function object, NFE](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/06-function-object)\n* [X] [The \"new Function\" syntax](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/07-new-function) (@tfbio) #156\n* [ ] [Scheduling: setTimeout and setInterval](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/08-settimeout-setinterval)\n* [X] [Decorators and forwarding, call/apply](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/09-call-apply-decorators) (@nazarepiedady) #218\n* [ ] [Function binding](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/10-bind)\n* [X] [Arrow functions revisited](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/12-arrow-functions) (@mauehara)\n\n### Object properties configuration\n\n* [x] [Property flags and descriptors](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/07-object-properties/01-property-descriptors) (@herbertpdl) #219\n* [ ] [Property getters and setters](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/07-object-properties/02-property-accessors)\n\n### Prototypes, inheritance\n\n* [X] [Prototypal inheritance](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/08-prototypes/01-prototype-inheritance) (@flaviohblima) #230\n* [X] [F.prototype](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/08-prototypes/02-function-prototype) (@flaviohblima) #231\n* [X] [Native prototypes](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/08-prototypes/03-native-prototypes) (@flaviohblima) #233\n* [ ] [Prototype methods, objects without __proto__](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/08-prototypes/04-prototype-methods) \n\n### Classes\n\n* [X] [Class basic syntax](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/01-class) (@thiagocardoso1988) #248\n* [ ] [Class inheritance](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/02-class-inheritance)\n* [ ] [Static properties and methods](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/03-static-properties-methods)\n* [X] [Private and protected properties and methods](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/04-private-protected-properties-methods) (@danilolmc) #410\n* [X] [Extending built-in classes](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/05-extend-natives) (@danilolmc) #413\n* [X] [Class checking: \"instanceof\"](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/06-instanceof) (@danilolmc) #398\n* [X] [Mixins](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/07-mixins) (@danilolmc) #382\n\n### Error handling\n\n* [ ] [Error handling, \"try...catch\"](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/10-error-handling/1-try-catch)\n* [ ] [Custom errors, extending Error](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/10-error-handling/2-custom-errors)\n\n### Promises, async/await\n\n* [x] [Introduction: callbacks](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/01-callbacks) (@nildo)\n* [ ] [Promise](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/02-promise-basics)\n* [X] [Promises chaining](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/03-promise-chaining) (@kiniggit) #120\n* [ ] [Error handling with promises](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/04-promise-error-handling)\n* [ ] [Promise API](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/05-promise-api)\n* [ ] [Promisification](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/06-promisify)\n* [ ] [Microtasks](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/07-microtask-queue)\n* [ ] [Async/await](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/08-async-await)\n\n### Generators, advanced iteration\n\n* [X] [Generators](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/12-generators-iterators/1-generators) (@danilolmc) #414\n* [X] [Async iteration and generators](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/12-generators-iterators/2-async-iterators-generators) (@danilolmc) #418\n\n### Modules\n\n* [ ] [Modules, introduction](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/13-modules/01-modules-intro)\n* [X] [Export and Import](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/13-modules/02-import-export) (@anapaulalemos)\n* [X] [Dynamic imports](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/13-modules/03-modules-dynamic-imports) (@danilolmc) #419\n\n### Miscellaneous\n\n* [x] [Proxy and Reflect](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/01-proxy) (@danilolmc) #422\n* [ ] [Eval: run a code string](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/02-eval)\n* [ ] [Currying](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/03-currying-partials)\n* [X] [Reference Type](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/04-reference-type) (@danilolmc) #423\n* [X] [BigInt](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/05-bigint) (@danilolmc) #430\n* [X] [Unicode, String internals](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/06-unicode) (@notFaceroll) #426\n* [ ] [WeakRef and FinalizationRegistry](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/07-weakref-finalizationregistry) \n\n## Browser: Document, Events, Interfaces\n\n\n### Document\n\n* [ ] [Browser environment, specs](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/01-browser-environment)\n* [ ] [DOM tree](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/02-dom-nodes)\n* [x] [Walking the DOM](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/03-dom-navigation) (@exploitmik)\n* [X] [Searching: getElement*, querySelector*](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/04-searching-elements-dom) (@danilolmc) #432\n* [ ] [Node properties: type, tag and contents](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/05-basic-dom-node-properties)\n* [x] [Attributes and properties](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/06-dom-attributes-and-properties) (@denis-rossati)\n* [ ] [Modifying the document](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/07-modifying-document) \n* [X] [Styles and classes](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/08-styles-and-classes) (@danilolmc) #433\n* [ ] [Element size and scrolling](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/09-size-and-scroll)\n* [ ] [Window sizes and scrolling](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/10-size-and-scroll-window) \n* [ ] [Coordinates](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/11-coordinates) \n\n### Introduction to Events\n\n* [ ] [Introduction to browser events](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/2-events/01-introduction-browser-events)\n* [ ] [Bubbling and capturing](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/2-events/02-bubbling-and-capturing) \n* [ ] [Event delegation](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/2-events/03-event-delegation) \n* [ ] [Browser default actions](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/2-events/04-default-browser-action) \n* [ ] [Dispatching custom events](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/2-events/05-dispatch-events) \n\n### UI Events\n\n* [ ] [Mouse events](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/1-mouse-events-basics) \n* [ ] [Moving the mouse: mouseover/out, mouseenter/leave](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave) \n* [ ] [Drag'n'Drop with mouse events](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/4-mouse-drag-and-drop) \n* [ ] [Pointer events](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/6-pointer-events) \n* [ ] [Keyboard: keydown and keyup](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/7-keyboard-events) \n* [ ] [Scrolling](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/8-onscroll)\n\n### Forms, controls\n\n* [ ] [Form properties and methods](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/4-forms-controls/1-form-elements)\n* [ ] [Focusing: focus/blur](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/4-forms-controls/2-focus-blur) \n* [ ] [Events: change, input, cut, copy, paste](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/4-forms-controls/3-events-change-input) \n* [x] [Forms: event and method submit](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/4-forms-controls/4-forms-submit) (@brunacborgesm) #449\n\n### Document and resource loading\n\n* [ ] [Page: DOMContentLoaded, load, beforeunload, unload](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/5-loading/01-onload-ondomcontentloaded) \n* [X] [Scripts: async, defer](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/5-loading/02-script-async-defer) (@larissaiurk) #229\n* [ ] [Resource loading: onload and onerror](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/5-loading/03-onload-onerror) \n\n### Miscellaneous\n\n* [ ] [Mutation observer](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/99-ui-misc/01-mutation-observer) \n* [ ] [Selection and Range](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/99-ui-misc/02-selection-range) \n* [ ] [Event loop: microtasks and macrotasks](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/99-ui-misc/03-event-loop) \n\n## Frames and windows\n\n* [ ] [Popups and window methods](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/3-frames-and-windows/01-popup-windows) \n* [ ] [Cross-window communication](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/3-frames-and-windows/03-cross-window-communication) \n* [ ] [The clickjacking attack](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/3-frames-and-windows/06-clickjacking) \n\n## Binary data, files\n\n* [x] [ArrayBuffer, binary arrays](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/4-binary/01-arraybuffer-binary-arrays) (@gabifs) #450 \n* [ ] [TextDecoder and TextEncoder](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/4-binary/02-text-decoder) \n* [ ] [Blob](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/4-binary/03-blob) \n* [ ] [File and FileReader](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/4-binary/04-file) \n\n## Network requests\n\n* [ ] [Fetch](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/01-fetch)\n* [ ] [FormData](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/02-formdata) \n* [ ] [Fetch: Download progress](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/03-fetch-progress) \n* [ ] [Fetch: Abort](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/04-fetch-abort) \n* [ ] [Fetch: Cross-Origin Requests](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/05-fetch-crossorigin) \n* [ ] [Fetch API](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/06-fetch-api) \n* [ ] [URL objects](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/07-url) \n* [ ] [XMLHttpRequest](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/08-xmlhttprequest) \n* [ ] [Resumable file upload](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/09-resume-upload) \n* [ ] [Long polling](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/10-long-polling) \n* [ ] [WebSocket](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/11-websocket) \n* [ ] [Server Sent Events](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/12-server-sent-events) \n\n## Storing data in the browser\n\n* [ ] [Cookies, document.cookie](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/6-data-storage/01-cookie) \n* [ ] [LocalStorage, sessionStorage](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/6-data-storage/02-localstorage) \n* [ ] [IndexedDB](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/6-data-storage/03-indexeddb) \n\n## Animation\n\n* [ ] [Bezier curve](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/7-animation/1-bezier-curve)\n* [X] [CSS-animations](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/7-animation/2-css-animations) (@mauehara) #128\n* [x] [JavaScript animations](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/7-animation/3-js-animation) (@karlasamantha)\n\n## Web components\n\n* [ ] [From the orbital height](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/1-webcomponents-intro) \n* [x] [Custom elements](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/2-custom-elements) (@gabifs) #443 \n* [ ] [Shadow DOM](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/3-shadow-dom) and events\n* [x] [Template element](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/4-template-element) (@HakaCode)\n* [ ] [Shadow DOM slots, composition](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/5-slots-composition) \n* [ ] [Shadow DOM styling](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/6-shadow-dom-style) \n* [ ] [Shadow DOM and events](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/7-shadow-dom-events) \n\n## Regular expressions\n\n* [X] [Patterns and flags](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/01-regexp-introduction) (@fsdude) #147\n* [X] [Character classes](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/02-regexp-character-classes) (@odsantos) #274\n* [X] [Unicode: flag \"u\" and class \\\\p{...}](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/03-regexp-unicode) (@Peruibeloko) #415\n* [X] [Anchors: string start ^ and end $](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/04-regexp-anchors) (@Peruibeloko) #420\n* [x] [Multiline mode of anchors ^ $, flag \"m\"](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/05-regexp-multiline-mode) (@Peruibeloko) #421\n* [X] [Word boundary: \\\\b](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/06-regexp-boundary) (@Peruibeloko) #424\n* [x] [Escaping, special characters](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/07-regexp-escaping) (@Peruibeloko) #425\n* [x] [Sets and ranges \\[...\\]](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/08-regexp-character-sets-and-ranges) (@Peruibeloko) #427\n* [X] [Quantifiers +, *, ? and {n}](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/09-regexp-quantifiers) (@Peruibeloko) #429\n* [ ] [Greedy and lazy quantifiers](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/10-regexp-greedy-and-lazy)\n* [ ] [Capturing groups](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/11-regexp-groups) \n* [ ] [Backreferences in pattern: \\\\N and \\\\k\\\u003cname\\\u003e](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/12-regexp-backreferences) \n* [ ] [Alternation (OR) |](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/13-regexp-alternation) \n* [ ] [Lookahead and lookbehind](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/14-regexp-lookahead-lookbehind) \n* [ ] [Catastrophic backtracking](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/15-regexp-catastrophic-backtracking) \n* [ ] [Sticky flag \"y\", searching at position](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/16-regexp-sticky) \n* [X] [Methods of RegExp and String](https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/17-regexp-methods) (@fsdude) #141\n","author":{"url":"https://github.com/iliakan","@type":"Person","name":"iliakan"},"datePublished":"2019-04-23T20:57:47.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":369},"url":"https://github.com/1/pt.javascript.info/issues/1"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:94e2c73a-ffe9-2931-4018-347711647fb2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB452:3C5761:22BFC6A:30E0E50:6970F127
html-safe-nonce7f4d60a6c53f7772db2d547e6463a36c081d1f275221bba95fe848edd587c8b0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNDUyOjNDNTc2MToyMkJGQzZBOjMwRTBFNTA6Njk3MEYxMjciLCJ2aXNpdG9yX2lkIjoiMzI3NTAyODg4OTg2MzI1NDMxMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac2097694ae5f56f0bbe9cfaf66d02dd865af12b41ea315e59bff111a4a93989dd
hovercard-subject-tagissue:436386898
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/javascript-tutorial/pt.javascript.info/1/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f0505212acbecbbca07c642267133c8a2fde6025f5f5eca376a00c507632fabc/javascript-tutorial/pt.javascript.info/issues/1
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f0505212acbecbbca07c642267133c8a2fde6025f5f5eca376a00c507632fabc/javascript-tutorial/pt.javascript.info/issues/1
og:image:altMaintainer List @luizclr, @odsantos, @Mr-Saxobeat, @jonnathan-ls, @leopoldovcfonseca, @nazarepiedady, @murillorossetti, @gabifs For New Translators Please read this first (click to open) To transla...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameiliakan
hostnamegithub.com
expected-hostnamegithub.com
Noneb6ca3cb96fa07d8a62b95d681f9dc8fffb49a43f4fea2a5bcac6d8f5107cbf4e
turbo-cache-controlno-preview
go-importgithub.com/javascript-tutorial/pt.javascript.info git https://github.com/javascript-tutorial/pt.javascript.info.git
octolytics-dimension-user_id49552305
octolytics-dimension-user_loginjavascript-tutorial
octolytics-dimension-repository_id183094873
octolytics-dimension-repository_nwojavascript-tutorial/pt.javascript.info
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id183094873
octolytics-dimension-repository_network_root_nwojavascript-tutorial/pt.javascript.info
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released2448578278810c7bf94faa67651ef5adb1abfde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/javascript-tutorial/pt.javascript.info/issues/1#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavascript-tutorial%2Fpt.javascript.info%2Fissues%2F1
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavascript-tutorial%2Fpt.javascript.info%2Fissues%2F1
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=javascript-tutorial%2Fpt.javascript.info
Reloadhttps://github.com/javascript-tutorial/pt.javascript.info/issues/1
Reloadhttps://github.com/javascript-tutorial/pt.javascript.info/issues/1
Reloadhttps://github.com/javascript-tutorial/pt.javascript.info/issues/1
javascript-tutorial https://github.com/javascript-tutorial
pt.javascript.infohttps://github.com/javascript-tutorial/pt.javascript.info
Please reload this pagehttps://github.com/javascript-tutorial/pt.javascript.info/issues/1
Notifications https://github.com/login?return_to=%2Fjavascript-tutorial%2Fpt.javascript.info
Fork 113 https://github.com/login?return_to=%2Fjavascript-tutorial%2Fpt.javascript.info
Star 257 https://github.com/login?return_to=%2Fjavascript-tutorial%2Fpt.javascript.info
Code https://github.com/javascript-tutorial/pt.javascript.info
Issues 2 https://github.com/javascript-tutorial/pt.javascript.info/issues
Pull requests 0 https://github.com/javascript-tutorial/pt.javascript.info/pulls
Actions https://github.com/javascript-tutorial/pt.javascript.info/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/javascript-tutorial/pt.javascript.info/security
Please reload this pagehttps://github.com/javascript-tutorial/pt.javascript.info/issues/1
Insights https://github.com/javascript-tutorial/pt.javascript.info/pulse
Code https://github.com/javascript-tutorial/pt.javascript.info
Issues https://github.com/javascript-tutorial/pt.javascript.info/issues
Pull requests https://github.com/javascript-tutorial/pt.javascript.info/pulls
Actions https://github.com/javascript-tutorial/pt.javascript.info/actions
Security https://github.com/javascript-tutorial/pt.javascript.info/security
Insights https://github.com/javascript-tutorial/pt.javascript.info/pulse
New issuehttps://github.com/login?return_to=https://github.com/javascript-tutorial/pt.javascript.info/issues/1
New issuehttps://github.com/login?return_to=https://github.com/javascript-tutorial/pt.javascript.info/issues/1
Portuguese Translation Progresshttps://github.com/javascript-tutorial/pt.javascript.info/issues/1#top
https://github.com/iliakan
https://github.com/iliakan
iliakanhttps://github.com/iliakan
on Apr 23, 2019https://github.com/javascript-tutorial/pt.javascript.info/issues/1#issue-436386898
@luizclrhttps://github.com/luizclr
@odsantoshttps://github.com/odsantos
@Mr-Saxobeathttps://github.com/Mr-Saxobeat
@jonnathan-lshttps://github.com/jonnathan-ls
@leopoldovcfonsecahttps://github.com/leopoldovcfonseca
@nazarepiedadyhttps://github.com/nazarepiedady
@murillorossettihttps://github.com/murillorossetti
@gabifshttps://github.com/gabifs
Home Pagehttps://github.com/javascript-tutorial/pt.javascript.info/issues/url
@iliakanhttps://github.com/iliakan
Portuguese Translation Progress #1https://github.com/javascript-tutorial/pt.javascript.info/issues/1
https://javascript.info/translate/bothttps://javascript.info/translate/bot
@iliakanhttps://github.com/iliakan
https://javascript.info/translate/bothttps://javascript.info/translate/bot
An Introduction to JavaScripthttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/01-getting-started/1-intro
@mrodrigochaveshttps://github.com/mrodrigochaves
Manuals and specificationshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/01-getting-started/2-manuals-specifications
@Mr-Saxobeathttps://github.com/Mr-Saxobeat
Manuals and specifications #53https://github.com/javascript-tutorial/pt.javascript.info/pull/53
Code editorshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/01-getting-started/3-code-editors
@mrodrigochaveshttps://github.com/mrodrigochaves
Developer consolehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/01-getting-started/4-devtools
@mrodrigochaveshttps://github.com/mrodrigochaves
Hello, world!https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/01-hello-world
@mrodrigochaveshttps://github.com/mrodrigochaves
Code structurehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/02-structure
@mrodrigochaveshttps://github.com/mrodrigochaves
The modern mode, "use strict"https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/03-strict-mode
@daliannyvieirahttps://github.com/daliannyvieira
Variableshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/04-variables
@mrodrigochaveshttps://github.com/mrodrigochaves
Data typeshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/05-types
@mrodrigochaveshttps://github.com/mrodrigochaves
@jonnathan-lshttps://github.com/jonnathan-ls
Data types #243https://github.com/javascript-tutorial/pt.javascript.info/pull/243
Interaction: alert, prompt, confirmhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/06-alert-prompt-confirm
@EvertonCosmohttps://github.com/EvertonCosmo
Type Conversionshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/07-type-conversions
@PauloBacelarhttps://github.com/PauloBacelar
Type Conversions #212https://github.com/javascript-tutorial/pt.javascript.info/pull/212
Basic operators, mathshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/08-operators
@betofc89https://github.com/betofc89
@peruibelokohttps://github.com/peruibeloko
Basic operators, maths #412https://github.com/javascript-tutorial/pt.javascript.info/pull/412
Comparisonshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/09-comparison
@Andres-ibanezhttps://github.com/Andres-ibanez
Translate comparisons #15https://github.com/javascript-tutorial/pt.javascript.info/pull/15
Conditional branching: if, '?'https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/10-ifelse
@jonnathan-lshttps://github.com/jonnathan-ls
Conditional branching: if, '?' #246https://github.com/javascript-tutorial/pt.javascript.info/pull/246
Logical operatorshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/11-logical-operators
@jonnathan-lshttps://github.com/jonnathan-ls
Logical operators #401https://github.com/javascript-tutorial/pt.javascript.info/pull/401
Nullish coalescing operator '??'https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/12-nullish-coalescing-operator
@ermogeneshttps://github.com/ermogenes
nullish-coalescing-operator finished #195https://github.com/javascript-tutorial/pt.javascript.info/pull/195
Loops: while and forhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/13-while-for
@gabifshttps://github.com/gabifs
The "switch" statementhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/14-switch
@odsantoshttps://github.com/odsantos
The "switch" statement #108https://github.com/javascript-tutorial/pt.javascript.info/pull/108
Functionshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/15-function-basics
@dheysonhttps://github.com/dheyson
Function expressionshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/16-function-expressions
Arrow functions, the basicshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/17-arrow-functions-basics
@allanpazahttps://github.com/allanpaza
JavaScript specialshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/02-first-steps/18-javascript-specials
@odsantoshttps://github.com/odsantos
Javascript specials #445https://github.com/javascript-tutorial/pt.javascript.info/pull/445
Debugging in the browserhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/01-debugging-chrome
@zenobiopereirahttps://github.com/zenobiopereira
Debugging in the browser #399https://github.com/javascript-tutorial/pt.javascript.info/pull/399
Coding Stylehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/02-coding-style
@odsantoshttps://github.com/odsantos
Commentshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/03-comments
@odsantoshttps://github.com/odsantos
Ninja codehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/04-ninja-code
@Mr-Saxobeathttps://github.com/Mr-Saxobeat
Ninja code #182https://github.com/javascript-tutorial/pt.javascript.info/pull/182
Automated testing with Mochahttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/05-testing-mocha
@odsantoshttps://github.com/odsantos
Polyfills and transpilershttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/03-code-quality/06-polyfills
@odsantoshttps://github.com/odsantos
Polyfills and transpilers #215https://github.com/javascript-tutorial/pt.javascript.info/pull/215
Objectshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/01-object
@odsantoshttps://github.com/odsantos
Object references and copyinghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/02-object-copy
@danilolmchttps://github.com/danilolmc
Object references and copying #408https://github.com/javascript-tutorial/pt.javascript.info/pull/408
Garbage collectionhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/03-garbage-collection
Object methods, "this"https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/04-object-methods
Constructor, operator "new"https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/06-constructor-new
@PedroDousseauhttps://github.com/PedroDousseau
Constructor, operator "new" #400https://github.com/javascript-tutorial/pt.javascript.info/pull/400
Optional chaining '?.'https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/07-optional-chaining
Symbol typehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/08-symbol
@danilolmchttps://github.com/danilolmc
Symbol type #409https://github.com/javascript-tutorial/pt.javascript.info/pull/409
Object to primitive conversionhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/04-object-basics/09-object-toprimitive
Methods of primitiveshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/01-primitives-methods
@DouglasMVhttps://github.com/DouglasMV
Numbershttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/02-number
@nazarepiedadyhttps://github.com/nazarepiedady
Stringshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/03-string
Arrayshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/04-array
Array methodshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/05-array-methods
@adriavieira314https://github.com/adriavieira314
Array methods #109https://github.com/javascript-tutorial/pt.javascript.info/pull/109
Iterableshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/06-iterable
Map and Sethttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/07-map-set
@gabifshttps://github.com/gabifs
Map and Set #405https://github.com/javascript-tutorial/pt.javascript.info/pull/405
WeakMap and WeakSethttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/08-weakmap-weakset
Object.keys, values, entrieshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/09-keys-values-entries
Destructuring assignmenthttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/10-destructuring-assignment
Date and timehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/11-date
JSON methods, toJSONhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/05-data-types/12-json
Recursion and stackhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/01-recursion
Rest parameters and spread syntaxhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/02-rest-parameters-spread
Variable scope, closurehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/03-closure
The old "var"https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/04-var
Global objecthttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/05-global-object
@anapaulalemoshttps://github.com/anapaulalemos
Global object #123https://github.com/javascript-tutorial/pt.javascript.info/pull/123
Function object, NFEhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/06-function-object
The "new Function" syntaxhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/07-new-function
@tfbiohttps://github.com/tfbio
The "new Function" syntax #156https://github.com/javascript-tutorial/pt.javascript.info/pull/156
Scheduling: setTimeout and setIntervalhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/08-settimeout-setinterval
Decorators and forwarding, call/applyhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/09-call-apply-decorators
@nazarepiedadyhttps://github.com/nazarepiedady
Decorators and forwarding, call/apply #218https://github.com/javascript-tutorial/pt.javascript.info/pull/218
Function bindinghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/10-bind
Arrow functions revisitedhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/06-advanced-functions/12-arrow-functions
@maueharahttps://github.com/mauehara
Property flags and descriptorshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/07-object-properties/01-property-descriptors
@herbertpdlhttps://github.com/herbertpdl
Property flags and descriptors #219https://github.com/javascript-tutorial/pt.javascript.info/pull/219
Property getters and settershttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/07-object-properties/02-property-accessors
Prototypal inheritancehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/08-prototypes/01-prototype-inheritance
@flaviohblimahttps://github.com/flaviohblima
Prototypal inheritance #230https://github.com/javascript-tutorial/pt.javascript.info/pull/230
F.prototypehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/08-prototypes/02-function-prototype
@flaviohblimahttps://github.com/flaviohblima
F.prototype #231https://github.com/javascript-tutorial/pt.javascript.info/pull/231
Native prototypeshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/08-prototypes/03-native-prototypes
@flaviohblimahttps://github.com/flaviohblima
Native prototypes #233https://github.com/javascript-tutorial/pt.javascript.info/pull/233
Prototype methods, objects without protohttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/08-prototypes/04-prototype-methods
Class basic syntaxhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/01-class
@thiagocardoso1988https://github.com/thiagocardoso1988
Class basic syntax #248https://github.com/javascript-tutorial/pt.javascript.info/pull/248
Class inheritancehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/02-class-inheritance
Static properties and methodshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/03-static-properties-methods
Private and protected properties and methodshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/04-private-protected-properties-methods
@danilolmchttps://github.com/danilolmc
Private and protected properties and methods #410https://github.com/javascript-tutorial/pt.javascript.info/pull/410
Extending built-in classeshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/05-extend-natives
@danilolmchttps://github.com/danilolmc
Extending built-in classes #413https://github.com/javascript-tutorial/pt.javascript.info/pull/413
Class checking: "instanceof"https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/06-instanceof
@danilolmchttps://github.com/danilolmc
Class checking: "instanceof" #398https://github.com/javascript-tutorial/pt.javascript.info/pull/398
Mixinshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/09-classes/07-mixins
@danilolmchttps://github.com/danilolmc
Mixins #382https://github.com/javascript-tutorial/pt.javascript.info/pull/382
Error handling, "try...catch"https://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/10-error-handling/1-try-catch
Custom errors, extending Errorhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/10-error-handling/2-custom-errors
Introduction: callbackshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/01-callbacks
@nildohttps://github.com/nildo
Promisehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/02-promise-basics
Promises chaininghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/03-promise-chaining
Promises chaining #120https://github.com/javascript-tutorial/pt.javascript.info/pull/120
Error handling with promiseshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/04-promise-error-handling
Promise APIhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/05-promise-api
Promisificationhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/06-promisify
Microtaskshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/07-microtask-queue
Async/awaithttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/11-async/08-async-await
Generatorshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/12-generators-iterators/1-generators
@danilolmchttps://github.com/danilolmc
Generators #414https://github.com/javascript-tutorial/pt.javascript.info/pull/414
Async iteration and generatorshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/12-generators-iterators/2-async-iterators-generators
@danilolmchttps://github.com/danilolmc
Async iteration and generators #418https://github.com/javascript-tutorial/pt.javascript.info/pull/418
Modules, introductionhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/13-modules/01-modules-intro
Export and Importhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/13-modules/02-import-export
@anapaulalemoshttps://github.com/anapaulalemos
Dynamic importshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/13-modules/03-modules-dynamic-imports
@danilolmchttps://github.com/danilolmc
Dynamic imports #419https://github.com/javascript-tutorial/pt.javascript.info/pull/419
Proxy and Reflecthttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/01-proxy
@danilolmchttps://github.com/danilolmc
Proxy and Reflect #422https://github.com/javascript-tutorial/pt.javascript.info/pull/422
Eval: run a code stringhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/02-eval
Curryinghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/03-currying-partials
Reference Typehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/04-reference-type
@danilolmchttps://github.com/danilolmc
Reference Type #423https://github.com/javascript-tutorial/pt.javascript.info/pull/423
BigInthttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/05-bigint
@danilolmchttps://github.com/danilolmc
BigInt #430https://github.com/javascript-tutorial/pt.javascript.info/pull/430
Unicode, String internalshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/06-unicode
@notFacerollhttps://github.com/notFaceroll
Unicode, String internals #426https://github.com/javascript-tutorial/pt.javascript.info/pull/426
WeakRef and FinalizationRegistryhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/1-js/99-js-misc/07-weakref-finalizationregistry
Browser environment, specshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/01-browser-environment
DOM treehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/02-dom-nodes
Walking the DOMhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/03-dom-navigation
@exploitmikhttps://github.com/exploitmik
Searching: getElement*, querySelector*https://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/04-searching-elements-dom
@danilolmchttps://github.com/danilolmc
Searching: getElement*, querySelector* #432https://github.com/javascript-tutorial/pt.javascript.info/pull/432
Node properties: type, tag and contentshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/05-basic-dom-node-properties
Attributes and propertieshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/06-dom-attributes-and-properties
@denis-rossatihttps://github.com/denis-rossati
Modifying the documenthttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/07-modifying-document
Styles and classeshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/08-styles-and-classes
@danilolmchttps://github.com/danilolmc
Styles and classes #433https://github.com/javascript-tutorial/pt.javascript.info/pull/433
Element size and scrollinghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/09-size-and-scroll
Window sizes and scrollinghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/10-size-and-scroll-window
Coordinateshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/1-document/11-coordinates
Introduction to browser eventshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/2-events/01-introduction-browser-events
Bubbling and capturinghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/2-events/02-bubbling-and-capturing
Event delegationhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/2-events/03-event-delegation
Browser default actionshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/2-events/04-default-browser-action
Dispatching custom eventshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/2-events/05-dispatch-events
Mouse eventshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/1-mouse-events-basics
Moving the mouse: mouseover/out, mouseenter/leavehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave
Drag'n'Drop with mouse eventshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/4-mouse-drag-and-drop
Pointer eventshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/6-pointer-events
Keyboard: keydown and keyuphttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/7-keyboard-events
Scrollinghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/3-event-details/8-onscroll
Form properties and methodshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/4-forms-controls/1-form-elements
Focusing: focus/blurhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/4-forms-controls/2-focus-blur
Events: change, input, cut, copy, pastehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/4-forms-controls/3-events-change-input
Forms: event and method submithttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/4-forms-controls/4-forms-submit
@brunacborgesmhttps://github.com/brunacborgesm
Forms: event and method submit #449https://github.com/javascript-tutorial/pt.javascript.info/pull/449
Page: DOMContentLoaded, load, beforeunload, unloadhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/5-loading/01-onload-ondomcontentloaded
Scripts: async, deferhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/5-loading/02-script-async-defer
@larissaiurkhttps://github.com/larissaiurk
Scripts: async, defer #229https://github.com/javascript-tutorial/pt.javascript.info/pull/229
Resource loading: onload and onerrorhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/5-loading/03-onload-onerror
Mutation observerhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/99-ui-misc/01-mutation-observer
Selection and Rangehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/99-ui-misc/02-selection-range
Event loop: microtasks and macrotaskshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/2-ui/99-ui-misc/03-event-loop
Popups and window methodshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/3-frames-and-windows/01-popup-windows
Cross-window communicationhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/3-frames-and-windows/03-cross-window-communication
The clickjacking attackhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/3-frames-and-windows/06-clickjacking
ArrayBuffer, binary arrayshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/4-binary/01-arraybuffer-binary-arrays
@gabifshttps://github.com/gabifs
ArrayBuffer, binary arrays #450https://github.com/javascript-tutorial/pt.javascript.info/pull/450
TextDecoder and TextEncoderhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/4-binary/02-text-decoder
Blobhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/4-binary/03-blob
File and FileReaderhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/4-binary/04-file
Fetchhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/01-fetch
FormDatahttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/02-formdata
Fetch: Download progresshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/03-fetch-progress
Fetch: Aborthttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/04-fetch-abort
Fetch: Cross-Origin Requestshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/05-fetch-crossorigin
Fetch APIhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/06-fetch-api
URL objectshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/07-url
XMLHttpRequesthttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/08-xmlhttprequest
Resumable file uploadhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/09-resume-upload
Long pollinghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/10-long-polling
WebSockethttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/11-websocket
Server Sent Eventshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/5-network/12-server-sent-events
Cookies, document.cookiehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/6-data-storage/01-cookie
LocalStorage, sessionStoragehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/6-data-storage/02-localstorage
IndexedDBhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/6-data-storage/03-indexeddb
Bezier curvehttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/7-animation/1-bezier-curve
CSS-animationshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/7-animation/2-css-animations
@maueharahttps://github.com/mauehara
CSS-animations #128https://github.com/javascript-tutorial/pt.javascript.info/pull/128
JavaScript animationshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/7-animation/3-js-animation
@karlasamanthahttps://github.com/karlasamantha
From the orbital heighthttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/1-webcomponents-intro
Custom elementshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/2-custom-elements
@gabifshttps://github.com/gabifs
Custom elements #443https://github.com/javascript-tutorial/pt.javascript.info/pull/443
Shadow DOMhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/3-shadow-dom
Template elementhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/4-template-element
@HakaCodehttps://github.com/HakaCode
Shadow DOM slots, compositionhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/5-slots-composition
Shadow DOM stylinghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/6-shadow-dom-style
Shadow DOM and eventshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/8-web-components/7-shadow-dom-events
Patterns and flagshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/01-regexp-introduction
@fsdudehttps://github.com/fsdude
Patterns and flags #147https://github.com/javascript-tutorial/pt.javascript.info/pull/147
Character classeshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/02-regexp-character-classes
@odsantoshttps://github.com/odsantos
Character classes #274https://github.com/javascript-tutorial/pt.javascript.info/pull/274
Unicode: flag "u" and class \p{...}https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/03-regexp-unicode
@peruibelokohttps://github.com/peruibeloko
Unicode: flag "u" and class \p{...} #415https://github.com/javascript-tutorial/pt.javascript.info/pull/415
Anchors: string start ^ and end $https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/04-regexp-anchors
@peruibelokohttps://github.com/peruibeloko
Anchors: string start ^ and end $ #420https://github.com/javascript-tutorial/pt.javascript.info/pull/420
Multiline mode of anchors ^ $, flag "m"https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/05-regexp-multiline-mode
@peruibelokohttps://github.com/peruibeloko
Multiline mode of anchors ^ $, flag "m" #421https://github.com/javascript-tutorial/pt.javascript.info/pull/421
Word boundary: \bhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/06-regexp-boundary
@peruibelokohttps://github.com/peruibeloko
Word boundary: \b #424https://github.com/javascript-tutorial/pt.javascript.info/pull/424
Escaping, special charactershttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/07-regexp-escaping
@peruibelokohttps://github.com/peruibeloko
Escaping, special characters #425https://github.com/javascript-tutorial/pt.javascript.info/pull/425
Sets and ranges [...]https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/08-regexp-character-sets-and-ranges
@peruibelokohttps://github.com/peruibeloko
Sets and ranges [...] #427https://github.com/javascript-tutorial/pt.javascript.info/pull/427
Quantifiers +, *, ? and {n}https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/09-regexp-quantifiers
@peruibelokohttps://github.com/peruibeloko
Quantifiers +, *, ? and {n} #429https://github.com/javascript-tutorial/pt.javascript.info/pull/429
Greedy and lazy quantifiershttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/10-regexp-greedy-and-lazy
Capturing groupshttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/11-regexp-groups
Backreferences in pattern: \N and \khttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/12-regexp-backreferences
Alternation (OR) |https://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/13-regexp-alternation
Lookahead and lookbehindhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/14-regexp-lookahead-lookbehind
Catastrophic backtrackinghttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/15-regexp-catastrophic-backtracking
Sticky flag "y", searching at positionhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/16-regexp-sticky
Methods of RegExp and Stringhttps://github.com/javascript-tutorial/pt.javascript.info/blob/master/9-regular-expressions/17-regexp-methods
@fsdudehttps://github.com/fsdude
Methods of RegExp and String #141https://github.com/javascript-tutorial/pt.javascript.info/pull/141
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.