@@ -67,12 +67,6 @@ const numbers = [
6767 message : 'The base virtual memory address for Linux executables in hexadecimal.' ,
6868 link : 'https://en.wikipedia.org/wiki/Virtual_memory'
6969 } ,
70- {
71- value : '214748' ,
72- message :
73- 'The truncated maximum value for the signed 32-bit binary integer. Also a common hard limit in video games.' ,
74- link : 'https://en.wikipedia.org/wiki/2147483647'
75- } ,
7670 {
7771 value : '86400' ,
7872 message : 'The number of seconds in a day, common in time-related calculations.' ,
@@ -93,6 +87,12 @@ const numbers = [
9387 message : 'The maximum transmission unit for Ethernet frames in octets.' ,
9488 link : 'https://en.wikipedia.org/wiki/Ethernet_frame#Structure'
9589 } ,
90+ {
91+ value : '214748' ,
92+ message :
93+ 'The truncated maximum value for the signed 32-bit binary integer. Also a common hard limit in video games.' ,
94+ link : 'https://en.wikipedia.org/wiki/2147483647'
95+ } ,
9696 {
9797 value : '8601' ,
9898 message : 'The ISO standard for human-readable universal date and time representation.' ,
@@ -126,7 +126,7 @@ const numbers = [
126126 {
127127 value : '8831' ,
128128 message : 'The 88x31 web button.' ,
129- link : 'https://indieweb.org/88x31' ,
129+ link : 'https://indieweb.org/88x31'
130130 } ,
131131 {
132132 value : '19937' ,
@@ -140,7 +140,7 @@ const numbers = [
140140 } ,
141141 {
142142 value : '2718' ,
143- message : " The last release of Python 2, version 2.7.18. Bonus points if you recognized Euler's number." ,
143+ message : ' The last release of Python 2, version 2.7.18.' ,
144144 link : 'https://en.wikipedia.org/wiki/History_of_Python#Version_2'
145145 } ,
146146 {
0 commit comments