|
You are here |
blog.bencope.land | ||
| | | | |
syntackle.com
|
|
| | | | | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly. | |
| | | | |
pagefault.se
|
|
| | | | | At work I program almost exclusively in Go (sometimes I need to step in and to some javascript, typscript and, shudders perl...). If I want to compare two values I simply pull out the trusty old == operator. Sure for slices and maps you can't use that, but fortunately since 1.23 we can just use the slices.Equal and maps.Equal functions. In go == is the catch-all (or catch-90%) when you need to know if two values are equal. | |
| | | | |
ricardo.cc
|
|
| | | | | Stories about code, design, coffee and other good stuff. | |
| | | | |
tannerdolby.com
|
|
| | | To create a Node.js application, you need a web server, a request, a router, and request handlers. Frameworks like Express.js speed up development by providing a robust set of features to build web applications and APIs. | ||