File tree
558 files changed
+846
-1946
lines changed- files/fr/web/javascript
- a_re-introduction_to_javascript
- about_javascript
- closures
- data_structures
- enumerability_and_ownership_of_properties
- equality_comparisons_and_sameness
- eventloop
- guide
- control_flow_and_error_handling
- details_of_the_object_model
- expressions_and_operators
- functions
- grammar_and_types
- indexed_collections
- introduction
- iterators_and_generators
- keyed_collections
- loops_and_iteration
- meta_programming
- modules
- numbers_and_dates
- regular_expressions
- assertions
- groups_and_ranges
- text_formatting
- using_promises
- working_with_objects
- inheritance_and_the_prototype_chain
- language_resources
- reference
- classes
- extends
- public_class_fields
- static
- deprecated_and_obsolete_features
- the_legacy_iterator_protocol
- errors
- cant_assign_to_property
- invalid_array_length
- malformed_formal_parameter
- resulting_string_too_large
- unexpected_token
- functions
- arguments
- callee
- arrow_functions
- default_parameters
- get
- method_definitions
- rest_parameters
- set
- global_objects
- aggregateerror
- array
- array
- concat
- copywithin
- entries
- every
- fill
- filter
- find
- findindex
- flat
- flatmap
- foreach
- from
- includes
- indexof
- join
- keys
- lastindexof
- length
- map
- pop
- push
- reduce
- reduceright
- reverse
- shift
- slice
- some
- sort
- splice
- tolocalestring
- tostring
- unshift
- arraybuffer
- bytelength
- isview
- slice
- atomics
- add
- and
- compareexchange
- exchange
- islockfree
- load
- or
- store
- sub
- xor
- bigint
- asintn
- asuintn
- tolocalestring
- tostring
- valueof
- boolean
- tostring
- valueof
- dataview
- buffer
- bytelength
- byteoffset
- getbigint64
- getbiguint64
- getfloat32
- getfloat64
- getint16
- getint32
- getint8
- getuint16
- getuint32
- getuint8
- setbigint64
- setbiguint64
- setfloat32
- setfloat64
- setint16
- setint32
- setint8
- setuint16
- setuint32
- setuint8
- date
- getdate
- getday
- getfullyear
- gethours
- getmilliseconds
- getminutes
- getmonth
- getseconds
- gettime
- gettimezoneoffset
- getutcdate
- getutcday
- getutcfullyear
- getutchours
- getutcmilliseconds
- getutcminutes
- getutcmonth
- getutcseconds
- now
- parse
- setdate
- setfullyear
- sethours
- setmilliseconds
- setminutes
- setmonth
- setseconds
- settime
- setutcdate
- setutcfullyear
- setutchours
- setutcmilliseconds
- setutcminutes
- setutcmonth
- setutcseconds
- todatestring
- togmtstring
- toisostring
- tojson
- tolocaledatestring
- tolocalestring
- tolocaletimestring
- tostring
- totimestring
- toutcstring
- utc
- valueof
- decodeuri
- decodeuricomponent
- encodeuri
- encodeuricomponent
- error
- stack
- tosource
- escape
- eval
- function
- apply
- bind
- call
- length
- name
- tostring
- generator/return
- globalthis
- infinity
- int8array
- intl
- collator
- compare
- resolvedoptions
- supportedlocalesof
- datetimeformat
- format
- formatrange
- formatrangetoparts
- supportedlocalesof
- displaynames/displaynames
- getcanonicallocales
- listformat
- locale
- calendar
- casefirst
- collation
- hourcycle
- language
- maximize
- minimize
- numberingsystem
- numeric
- script
- tostring
- numberformat
- format
- formattoparts
- resolvedoptions
- supportedlocalesof
- pluralrules
- resolvedoptions
- relativetimeformat
- format
- formattoparts
- resolvedoptions
- supportedlocalesof
- isfinite
- json
- parse
- stringify
- math
- abs
- acos
- acosh
- asin
- asinh
- atan
- atan2
- atanh
- cbrt
- ceil
- clz32
- cos
- cosh
- e
- exp
- expm1
- floor
- fround
- hypot
- imul
- ln10
- ln2
- log
- log10
- log10e
- log1p
- log2
- log2e
- max
- min
- pi
- pow
- random
- round
- sign
- sin
- sinh
- sqrt
- sqrt1_2
- sqrt2
- tan
- trunc
- nan
- null
- number
- epsilon
- isfinite
- isinteger
- isnan
- issafeinteger
- max_safe_integer
- max_value
- min_safe_integer
- min_value
- negative_infinity
- parsefloat
- parseint
- positive_infinity
- toexponential
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
558 files changed
+846
-1946
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
405 |
| - | |
| 405 | + | |
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
|
Lines changed: 1 addition & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 | 49 |
| |
53 | 50 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 | 51 |
| |
58 | 52 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 | 53 |
| |
63 | 54 |
| |
64 | 55 |
| |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 12 | + | |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
| |||
123 | 121 |
| |
124 | 122 |
| |
125 | 123 |
| |
126 |
| - | |
| 124 | + | |
127 | 125 |
| |
128 | 126 |
| |
129 | 127 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
| |||
153 | 152 |
| |
154 | 153 |
| |
155 | 154 |
| |
156 |
| - | |
157 | 155 |
| |
158 | 156 |
| |
159 | 157 |
| |
|
0 commit comments