File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 183183 <li >The first number is 1970. Press enter to submit, good luck!</li >
184184 </ol >
185185</div >
186- <div class ="text-2xl text-center break-words my-10 mx-auto max-w-[65ch ]" bind:this ={numbersEl }>
186+ <div class ="text-2xl text-center break-words my-10 mx-auto max-w-[61ch ]" bind:this ={numbersEl }>
187187 <!-- No cheating! Oh well, since you're already here you might as well check out my website while at it https://arhan.sh/ -->
188188 {#each data .numbers as { value }}<span data-value ={value }>{value }</span >{/each }
189189</div >
Original file line number Diff line number Diff line change @@ -62,11 +62,6 @@ const numbers = [
6262 message : 'The IEEE 802.11 standard for wireless networking.' ,
6363 link : 'https://en.wikipedia.org/wiki/IEEE_802.11'
6464 } ,
65- {
66- value : '400000' ,
67- message : 'The base virtual memory address for Linux executables in hexadecimal.' ,
68- link : 'https://en.wikipedia.org/wiki/Virtual_memory'
69- } ,
7065 {
7166 value : '86400' ,
7267 message : 'The number of seconds in a day, common in time-related calculations.' ,
You can’t perform that action at this time.
0 commit comments