show dbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOTE: The last is the updated key for Extreme Edition v6.80 | |
AIDA64 Business v6.30.5500 | |
F2G21YRUD6JBDNRWD2TYFHXU6 | |
UU55DQFID691DNFFDMAYRLWDM | |
3RSX1B3SD64AD92GD2MYUNSPA | |
4S8ARI1FD6QZD9IDDGLYRP9SL | |
1V8J3A1ID6N1DNUKDATYRVBDJ | |
YVM5FA4ID651DN4ND5AYHV6DD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const ex1 = 'The quick brown fox jumped over the lazy dog'; | |
const ex2 = 'A1B2C3D4E5F6G7H8I9J10'; | |
const ex3 = 'The salad costs $9.99'; | |
const ex4 = 'Contact customer support on 0800 300 500'; | |
const ex5 = 'You can contact me on Twitter @codebubb or [email protected]'; | |
// Exercise 01 | |
// Using a regex pattern, get the 3 letter words in the ex1 string. |