Sujet : Re: Indexation des tableaux en js
De : loiseauthierry (at) *nospam* free.fr (Thierry Loiseau)
Groupes : fr.comp.lang.javascriptDate : 03. Dec 2024, 08:05:39
Autres entêtes
Organisation : La tête dans les étoiles
Message-ID : <674eadc3$0$400$426a74cc@news.free.fr>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : MacSOUP/F-2.8.4 (6da4d6e6d0) (Mac OS X version 10.9.5 (x86))
Thomas Alexandre <
none@no.invalid> wrote:
Alors si et c'est même bien pire que ça :
```js
let a = []
a[Math.PI] = 3.14
a[-Math.PI] = -3.14
a["π"] = 3.14
a[true] = 1
a[null] = 0
a[false] = -1
a[NaN] = 42
console.log(a)
```
Ben bravo Thomas même si cela ne semble pas du tout fonctionnel !
-- * * __*__ * * * * -----oOOo--- O ---oOOo------- * * http://astrophoto.free.fr * * * -------- oOOo oOOo ---------- *