Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

delimiters.js 160B

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