Birdwatch Archive

Birdwatch Note Rating

2023-10-04 19:22:29 UTC - NOT_HELPFUL

Rated by Participant: C259FF65883CAE83778A6DB7FF1B7CFB15466ECE5E8FB0AF67D1AEC904C07DB7
Participant Details

Original Note:

`in` operator checks if the specified property is in the specified object [...] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/in Array [1,2,3,4] is an object {0: 1, 1: 2, 2: 3, 3: 4, length: 4} Doing `k in l` is checking if l has something on prop k l[0] === 1 l[4] === undefined 'length' in l === true To check values: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes

All Note Details

Original Tweet

All Information

  • noteId - 1707706845131833535
  • participantId -
  • raterParticipantId - C259FF65883CAE83778A6DB7FF1B7CFB15466ECE5E8FB0AF67D1AEC904C07DB7
  • createdAtMillis - 1696447349879
  • version - 2
  • agree - 0
  • disagree - 0
  • helpful - 0
  • notHelpful - 0
  • helpfulnessLevel - NOT_HELPFUL
  • helpfulOther - 0
  • helpfulInformative - 0
  • helpfulClear - 0
  • helpfulEmpathetic - 0
  • helpfulGoodSources - 0
  • helpfulUniqueContext - 0
  • helpfulAddressesClaim - 0
  • helpfulImportantContext - 0
  • helpfulUnbiasedLanguage - 0
  • notHelpfulOther - 1
  • notHelpfulIncorrect - 0
  • notHelpfulSourcesMissingOrUnreliable - 0
  • notHelpfulOpinionSpeculationOrBias - 0
  • notHelpfulMissingKeyPoints - 0
  • notHelpfulOutdated - 0
  • notHelpfulHardToUnderstand - 0
  • notHelpfulArgumentativeOrBiased - 0
  • notHelpfulOffTopic - 0
  • notHelpfulSpamHarassmentOrAbuse - 0
  • notHelpfulIrrelevantSources - 0
  • notHelpfulOpinionSpeculation - 0
  • notHelpfulNoteNotNeeded - 1
  • ratingsId - 1707706845131833535C259FF65883CAE83778A6DB7FF1B7CFB15466ECE5E8FB0AF67D1AEC904C07DB7