How to Generate 1001 Unique JavaScript Expressions with a Value of i Using Only ![]+-* Characters?

You should simply upload or paste the output file. Your output should contain 1001
lines. For each i from range [0, 1000], line i + 1 of the output must contain a valid
JavaScript expression consisting only of the characters ![]+-* that results to a number
typeof(result) == “number” with value i. Note that the expression should not contain
any whitespace.
Additionally, each JavaScript expression should contain no more than 200
characters.
Example of the output
+![]
+!![]
… (999 more lines)

the answer ……….