そこlodashの専門家のための挑戦:いくつかの厄介なコードでlodashデータ操作挑戦
[{
id: 71,
data: {
caption: 'lounge',
description: 'View of the lounge from the kitchen'
}
}, {
id: 72,
data: {
caption: 'whatever',
description: 'Some description of the whatever photo shown'
}
}]
しかし、私は希望:この一つに
{
file_caption_71: 'lounge',
file_description_71: 'View of the lounge from the kitchen',
file_caption_72: 'whatever',
file_description_72: 'Some description of the whatever photo shown'
}
: 私はそのデータ構造を回していますそれはエレガントなやり方でロダッシュの魔法を使って行うことができるということです。だから誰もが認識できるロダッシュのスキルを表示したい場合:私は試してみたし、まともな外観のコードを考え出すことができませんでした...