Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 911 Bytes

must-have-8.md

File metadata and controls

34 lines (21 loc) · 911 Bytes

Must have to use of the number 8.

A must-have-8 rule that requires at least half of the digits to be 8. Use more digits 8.

The number eight is considered to be a lucky number in Chinese and other Asian cultures. Eight (八; accounting 捌; pinyin bā) is considered a lucky number in Chinese culture because it sounds like the word meaning to generate wealth (發(T) 发(S); Pinyin: fā). Property with the number 8 may be valued greatly by Chinese.

Eight (八, hachi, ya) is also considered a lucky number in Japan, but the reason is different from that in Chinese culture. Eight gives an idea of growing prosperous, because the letter (八) broadens gradually. Use this number as often as possible.

Fail

const a = "1986 is good year";
const a = 2343824388;

Pass

const a = "test 1 and test 88";
const a = "8811";
const a = 888883;