BLOG

Latest Articles

JavaScript textContent Property

Text content makes up a lot of webpages (or HTML documents) and knowing how to access and update them is useful and with the JavaScript textContent property we …

By olorunfemiakinlua · 3 min read · JavaScript

JavaScript Double Exclamation Mark Usage

To coerce values of a binding to Boolean type, we can make use of the javascript double exclamation mark and the Boolean method

By olorunfemiakinlua · 3 min read · JavaScript

Using golang constants in struct [SOLVED]

In general, golang does not allow declaring a constant struct and constant within a struct. But we can use a custom function to perform this purpose

By tuannguyen · 3 min read · GOLANG Solutions