KDKalu Danielindanielblog.dev·May 17, 2024 · 6 min readUnderstanding Nullish Coalescing Operator in JavaScriptNullish Coalescing is one of the new capabilities added to JavaScript in ECMAScript 2020 (ES2020). These advanced JavaScript methods provide a practical and effective way to access and change values within arrays and objects. This article will go int...00
KDKalu Danielindanielblog.dev·Feb 15, 2024 · 7 min readExploring CSS EllipsisWhen working with long blocks of text, it is expected to encounter situations where the text overflows its container and disrupts the layout. CSS ellipsis is a powerful technique that allows the truncation of text and display of an ellipsis (...) whe...01H