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

delimiters.js 197B

123456
  1. var delimiters = {
  2. first: "It worked the first time.",
  3. second: "And it worked the second time.",
  4. third: "Then, surprisingly, it worked the third time.",
  5. fourth: "Fourth time also fine!."
  6. }