A solution to react.js doesn’t auto-reloadI just spend 3 hours trying to figure out how to solve the problem that the React.js project doesn’t auto-reload.Jan 14, 2022Jan 14, 2022
Merge Sort AlgorithmIn my previous blog, I wrote how some simple sorting algorithms such as bubble sort, insertion sort, and selection sort work under the…Nov 1, 2021Nov 1, 2021
Coding exercise-Matrix SpiralToday, I will write down some thoughts about an exercise that I met during recent practices, matrix spiral.Oct 25, 2021Oct 25, 2021
Notes of some important JavaScript conceptsI spent the whole last week revising JavaScript interview questions and found out some basic rules. I’m going to summarize some types of…Oct 11, 2021Oct 11, 2021
Simple Sorting algorithm learning notesI’ve spent some time last week on data structure and algorithm, so in this blog post I’m going to write down some fundamental logic of some…Oct 4, 2021Oct 4, 2021
Sharing some Js interview questionsQ1-What will the code below output to the console and why?Sep 28, 2021Sep 28, 2021