Ffengxhinfengxh.hashnode.dev·Jun 22, 2021 · 6 min readunderstanding cross-origin and CORSIntro Cross-origin is a must-master concept as a front-end developer, and it's also one of frequently asked questions in interviews. I'll meet cross-origin problems in my daily work. It'll extremely impact your work efficiency and waste your precious...01T
Ffengxhinfengxh.hashnode.dev·Nov 30, 2020 · 6 min readclean-style in your JS applicationJS is a flexible language to code, so we will bloat the whole project with lots of unclean-code. Through my several front-end coding years, I conclude few ways to optimize your codebase, make your project neat, maintainable and easy to read for other...00