Β© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Suprabha Supi
π₯ New JS, CSS, HTML articles every week π₯
Define your functions in many ways. One way is using function keyword: // function declaration function test(msg) { return `Hey ${msg}` } // function expression const test = function(msg) { return `Hey ${msg}` } You can call both function ...
partha narra
Angular Developer
So many Differences, I know only a few, thanks for the article
Glad to know that now you have known more differences π
partha narra
Angular Developer
So many Differences, I know only a few, thanks for the article