How to use SVG in React

Introduction In React, we often use SVG for icons or images. How do we use it efficiently? How do we add a number in the centre of a trolley icon?…

(English) JavaScript Spread vs. Rest Operator

Rất tiếc, mục này chỉ tồn tại ở English.

(English) How to ignore top rows in CSV or TSV files

Rất tiếc, mục này chỉ tồn tại ở English.

(English) How to merge arrays in JavaScript

Rất tiếc, mục này chỉ tồn tại ở English.

How to stop YouTube showing related videos

Unfortunately, if you’re like a lot of people and embed YouTube videos on your website, you might have noticed random videos showing up when you pause or get to the end of the video. Sometimes these videos could be from your competitors.

(English) A short interview about An Lac House

Rất tiếc, mục này chỉ tồn tại ở English.

(English) How to prettify HTML documents at the terminal

Rất tiếc, mục này chỉ tồn tại ở English.

(English) How to prettify JSON documents at the terminal

Rất tiếc, mục này chỉ tồn tại ở English.

(English) How to prettify XML documents at the terminal

Rất tiếc, mục này chỉ tồn tại ở English.

Using JavaScript console better

The console object provides access to the debugging console (e.g., the Web console in Firefox). The specifics of how it works vary from browser to browser or server runtimes (Node.js, for example), but there…