--- title: Guia de JavaScript slug: Web/JavaScript/Guia tags: - Guía - JavaScript - 'l10n:prioridade' translation_of: Web/JavaScript/Guide ---
The JavaScript Guide shows you how to use JavaScript and gives an overview of the language. If you want to get started with JavaScript or programming in general, consult the articles in the learning area. If you need exhaustive information about a language feature, have a look at the JavaScript reference.
This Guide is divided into several chapters:
About this guide
About JavaScript
JavaScript and Java
ECMAScript
Tools
Hello World
Basic syntax & comments
Declarations
Variable scope
Variable hoisting
Data structures and types
Literals
Defining functions
Calling functions
Function scope
Closures
Arguments & parameters
Arrow functions
Assignment & Comparisons
Arithmetic operators
Bitwise & logical operators
Conditional (ternary) operator
String literals
String
object
Template literals
Internationalization
Regular Expressions
Objets e propriedades
Criação de objetos
Definição de métodos
Getter and setter
{{Next("Web/JavaScript/Guide/Introduction")}}