JavaScript (Node.js), 79 bytes
n=>'true false var const function if else else if break do'.split` `.slice(0,n)
Golfing in progress
Muhammad Salman
- 2.7k
- 15
- 43
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchangen=>'true false var const function if else else if break do'.split` `.slice(0,n)
Golfing in progress