Question: What does the code shown below do?

  1. creates a text file hello.txt and appends customized text
  2. creates an image file
  3. console logs system information
  4. creates a file named data and append numbers

Answer: The correct answer of the above question is Option A:creates a text file hello.txt and appends customized text