Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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. }