Extra white space on my page
I recently created a new site, collecting some useful cheatsheets. But on the page regarding to topic of Markdown, a funny thing happened without giving me any clue of why. There was some empty space
I recently created a new site, collecting some useful cheatsheets. But on the page regarding to topic of Markdown, a funny thing happened without giving me any clue of why. There was some empty space
The textbook says in bash scripting, eval plays a role that the expression comes after will be evaluated twice before the final execution. By saying evaluation, it means the variables begining with $
I wrote some codes below:1234<body> <div class="container"> <a href="../index.html" id="return"><button class="btn">Return</button></a> <h1 id="toc_0">Typ
TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) both work in the transportation layer. TCP is a connection-oriented protocol, while UDP is considered as a connectionless protocol
There are a lot of explanations online for distinguishing those two concepts. As in the answers of this question says, Expressions only contain identifiers, literals and operators, where operators i
When I tried to create a two-dimensional array today, I surprisingly discovered that there is no built-in function which can help us to create two-dimensional array in JavaScript. I searched online an