|
|
|
|
|
by gatherhunterer
2416 days ago
|
|
const something = function () {}; That is unlike any javascript function declaration I have ever seen. Why not just use the declaration syntax or the assignment/arrow syntax? It’s just a keyword and an operator that take up space. |
|