please i need help. i have a page that has a delay of 5 seconds and after that i want it to load a page but i want both the html code to be on the same page where the delay is. i want to write them together
please i need help. i have a page that has a delay of 5 seconds and after that i want
Collapse
X
-
don’t. modular code is always easier to create, test, and maintain.i want to write them together
in the end that makes it more complicated and error prone than what it looks like at first.
one single page makes testing and development more difficult (e.g. you would always have to wait for the delay until you can see the preview if a new feature in the second page works)
Comment