用两句话把最美好的祝福送给你们

2020 年的高考已经进入倒计时,还有一周的时间,各位高三的同学们就要开始这次重要的考试了。在这里,我们用两句话把最美好的祝福送给你们,请带着镇定、自信和我们的祝福走进考场!

「为者常成,行者常至」

“Truly I tell you, if anyone says to this mountain, ‘Go, throw yourself into the sea,’ and does not doubt in their heart but believes that what they say will happen, it will be done for them.”

附:一段代码一并送给大家

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import { 考生From考试 } from './数据库'

class 考试 {
constructor ({ 类别, 日期, 考生 }) {
this.类别 = 类别, this.日期 = 日期
this.考生 = 考生From考试(this)
}
}
class 高考 extends 考试 {
constructor (options) {
super({ ...options, 类别: '高考' })
}
}
const 高考2020 = new 高考({
日期: {
开始: new Date('2020-07-07'),
结束: new Date('2020-07-10'),
},
})
高考2020.考生
.forEach(学生 => 学生.人品++)