DEV Community

Matsu profile picture

Matsu

404 bio not found

Location Brazil Joined Joined on  Personal website https://devmatsu.com github website
Exploring JavaScript's Floating Point Arithmetic: Why (0.1 + 0.2) !== 0.3

Exploring JavaScript's Floating Point Arithmetic: Why (0.1 + 0.2) !== 0.3

Comments
2 min read
Demystifying JavaScript Scope: Function, Block, and Lexical Scope Explained

Demystifying JavaScript Scope: Function, Block, and Lexical Scope Explained

Comments
2 min read
Harmonizing Code Formatting with .editorconfig and Prettier

Harmonizing Code Formatting with .editorconfig and Prettier

Comments
2 min read
Demystifying JavaScript's typeof Operator: A Guide to Type Checking

Demystifying JavaScript's typeof Operator: A Guide to Type Checking

Comments
2 min read
The Power of Nullish Coalescing and Optional Chaining in JavaScript

The Power of Nullish Coalescing and Optional Chaining in JavaScript

Comments
2 min read
Navigating the Seas of Undefined with Optional Chaining in JavaScript

Navigating the Seas of Undefined with Optional Chaining in JavaScript

Comments
1 min read
Exploring Object Cloning Techniques in JavaScript

Exploring Object Cloning Techniques in JavaScript

Comments
3 min read
Demystifying Promise.all and Promise.allSettled in JavaScript

Demystifying Promise.all and Promise.allSettled in JavaScript

Comments
2 min read
Unveiling a JavaScript Trick: Array Comparison Pitfall

Unveiling a JavaScript Trick: Array Comparison Pitfall

Comments
1 min read
Enhancing Link Previews: A Guide to Open Graph Meta Tags

Enhancing Link Previews: A Guide to Open Graph Meta Tags

Comments
2 min read
Git Cherry-Pick: Transferring Commits Across Branches

Git Cherry-Pick: Transferring Commits Across Branches

Comments
2 min read
Navigating ESLint Warnings: The Curious Case of 'hasOwnProperty'

Navigating ESLint Warnings: The Curious Case of 'hasOwnProperty'

Comments
1 min read
Git Cleanup Tips: Removing Tracked Files from .gitignore

Git Cleanup Tips: Removing Tracked Files from .gitignore

Comments
3 min read
Decoding the solution of Two Sum Challenge from LeetCode

Decoding the solution of Two Sum Challenge from LeetCode

Comments
2 min read
Leetcode Challenge - Two Sum (#1) | Hashmap & hasOwnProperty method

Leetcode Challenge - Two Sum (#1) | Hashmap & hasOwnProperty method

Comments
2 min read
loading...