ABCDEFGHIJKLMNOP
1
EnglishFrenchFrench CommentsNotes
2
Language mode---fr---
3
String'…', "…"
4
Identifiers
5
Keywords
6
functionfonction
7
ifsi
8
elsesinon
9
forpour
10
whiletantque
11
returnretournerretour, resultat?
12
dofaire
13
truevrai
14
falsefaux
15
varvarvariable
16
indansde?for a in [1,2,3]
17
letsoit?like in math, let a = 4
18
newnouveauné, créer?
19
tryessayer
20
casecaschoisir?switch(a) { case 0: }
21
nullnul
22
thisceci
23
withavec
24
breakcasserbriser?
25
throwleverjeter, lever, lancer?
26
catchattrapercapturer, erreur, traiter?
27
switchselon
28
continuecontinuersuivant?
29
debuggerdébogueur
30
instanceofinstancede
31
typeoftypede
32
voidvide
33
deleteeffacersupprimer?
34
defaultdéfaut
35
finallyfinalement
36
Reserved words
37
intentierinteger
38
byteoctet
39
charcarcaractère?character
40
enuménuménumérationenumeration
41
gotoallerà
42
longlong
43
constconstconstant
44
supersuperpère
45
classclasse
46
yieldfournir
47
finalfinal
48
floatflottant
49
shortcourt
50
nativenatif
51
throwsjette
52
importimporter
53
doubledouble
54
staticstatique
55
publicpublic
56
exportexporter
57
packagepaquetageextension?
58
booleanbooléen
59
privateprivé
60
extendsétend
61
abstractabstrait
62
volatilevolatile
63
interfaceinterface
64
protectedprotégé
65
transienttransient
66
implementsimplémente
67
synchronizedsynchronisé
68
Objects
69
argumentsargumentscan be a keyword    appelé
70
callee appelé
71
length longueur
72
caller appelant
73
LIBRARY_SCOPEÉTENDUE_BIBLIOTHÈQUE
74
FunctionFonctionFunction object should have a different translation than the function keyword (perhaps use a _)
75
name nom
76
arity ariténumber of expected parameters/arguments for a function
77
length longueur
78
prototype prototype
79
arguments arguments
80
constructor constructeur
81
toString enChaîne
82
toSource enSourcesource code of the object
83
apply appliquercall a function using an array listing its parameters/arguments
84
call appeler
85
ObjectObjet
86
constructor constructeur
87
toString enChaîne
88
toLocaleString
89
valueOf valeurDe
90
hasOwnProperty aSaProprePropriété(property = property/characteristics of an object)
91
propertyIsEnumerable propriétéEstÉnumérable
92
isPrototypeOf estPrototypeDe
93
toSource enSourcesource code of the object
94
__defineGetter__ __définirLecteur__Depending on the language, it might be better to translate "get" as "read" and "set" as "write"
95
__defineSetter__ __définirÉcrivain__
96
__lookupGetter__ __rechercherLecteur__
97
__lookupSetter__ __rechercherÉcrivain__
98
ErrorErreur
99
toString enChaîne
100
toSource enSource