選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

recursion_with_same_names.js 146B

12345678
  1. var recursion_with_same_names = {
  2. name: 'name',
  3. description: 'desc',
  4. terms: [
  5. {name: 't1', index: 0},
  6. {name: 't2', index: 1},
  7. ]
  8. };