Please, revise the content of the lecture. First I will put what is currently on the website and then how it should say:
This is more accurate than using Date.now() because it measures time in microseconds, avoiding clock drift issues. You can use it to track script execution time, event response delays and animation performance.
This is more accurate than using Date.now() because it measures time in milliseconds with microsecond precision, avoiding clock drift issues. You can use it to track script execution time, event response delays, and animation performance.
You should also check the test that is checking the user´s knowledge about this specific topic.
Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.