Quiz Question 1 of 6
When should a developer prefer using non-minified JavaScript libraries over minified ones in a development environment?
Choose the correct answer below:
-
A
When troubleshooting and understanding the functionality of third-party libraries.
-
B
When network bandwidth is limited and every byte of data transfer counts.
-
C
When the application is ready for deployment and performance is a critical factor.
-
D
When the application is expected to handle a large volume of traffic immediately after launch.