Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 134 Bytes

javascript.md

File metadata and controls

8 lines (6 loc) · 134 Bytes

JAVASCRIPT MODULES module.exports export default Menu export { specialty, isVegetarian }; require() import Menu from './menu';