Clean up your code by removing ‘if-else’ statements
Clean up your code by removing ‘if-else’ statements Nifty techniques, I fear they will be soon be abused by too many people….
A civil engineer with a longlife fondness for Software Libero
Clean up your code by removing ‘if-else’ statements Nifty techniques, I fear they will be soon be abused by too many people….
Svelte • Cybernetically enhanced web apps No virtual DOM. Svelte compiles your code to tiny, framework-less vanilla JS — your app starts fast and stays fast I shall keep an…
What is the Difference Between ‘for…in’ and ‘for…of’ in JavaScript?
It seems time has come for me to learn Chinese or to heavily rely on translators: vue table 组件 强大、灵活,支持 单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、全选、行展开、条件过滤、footer 汇总、导出excel、汇总 Vue2.x flexible table components, support for cell edit,multi-head…
Tectonics.js – 3d plate tectonics in your web browser Well… WOW
One fine day evening, after writing a handful of beautiful JavaScript code, sipping your coffee, you smile — the code looks especially… After reading Inspecting one of the most famous JavaScript bugs…
8 useful CSS tricks: Parallax images, sticky footers and more This article shares some of my most satisfying “ah-hah!” moments learning CSS, and I hope it can prompt some “ah-hah!”…
Handtrack.js library allows you track a user’s hand (bounding box) from an image in any orientation, in 3 lines of code. Well, wow… Handtrack.js: Hand Tracking Interactions in the Browser…
Pure functions are easier to read, understand, test, debug and munch more. Source: Learn pure functions with JavaScript – Cristi Salcescu – Medium