79653891

Date: 2025-06-05 06:31:18
Score: 1
Natty:
Report link

You'll need to export id from Script1.js but since id is assigned from a fetch call. so, we should export a function to get the value

let id;

export function setId(new_id){
  id = new_id
}

export function getId(){
  return id
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sujal