(Choose 1 answer)
Which of the following is the correct way to get a normalized path?
A. path.normalize('/test/test1//2slashes/1slash/tab/..')
B. fs.normalize('/test/test1//2slashes/1slash/tab/..')
C. os.normalize('/test/test1//2slashes/1slash/tab/..')
D. All the answers are wrong
Π
45