Node.js - HTTP Module
Which folder name is commonly used to store static files in an Express app?
public folder is the standard place to keep static files like images, CSS, and JavaScript.views hold templates, routes hold route logic, and controllers manage business logic, not static files.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions