const cardArray = [
{
name:'fries',
img:'img/fries.png'
},
{
name:'fries',
img:'img/fries.png'
},
{ (略)
},
];
cardArray.sort(() =>0.5 - Math.random());
sortを使うと並び替えれるのはわかるのですが、0.5-Math.random()が何なのかわかりません。教えてください。
回答1件
あなたの回答
tips
プレビュー
投稿2020/07/30 04:37
const cardArray = [
{
name:'fries',
img:'img/fries.png'
},
{
name:'fries',
img:'img/fries.png'
},
{ (略)
},
];
cardArray.sort(() =>0.5 - Math.random());
sortを使うと並び替えれるのはわかるのですが、0.5-Math.random()が何なのかわかりません。教えてください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/07/30 04:42
2020/07/30 04:51
2020/07/30 04:59 編集
2020/07/30 05:00
2020/07/30 05:03