DEV Community

Discussion on: SWE 101 : Programming Terms Explained in simplest form

Collapse
 
fatjoem profile image
Fatih Coşkun • Edited

The first example can be improved like this:
Instead of: let f = square(5)
Better: let f= square

Collapse
 
dev117uday profile image
Uday Yadav

thank you for the feedback, it makes sense to illustrate it this way, will update the article