← Back to Challenges
intermediate Time limit: 1:00

Yank and Put to New Location

Copy a line from the top and paste it at the bottom of the file.

Commands
yyGp

Yank and Put to New Location

Copy a line from the top and paste it at the bottom of the file.

Time
0:00
/ 1:00
Editor0 keys
1// Copyright 2024
2function main() {
3 doStuff();
4}
5
-- NORMAL --yank-put-relocate
Target
1// Copyright 2024
2function main() {
3 doStuff();
4}
5// Copyright 2024
-- NORMAL --yank-put-relocate
⚠ Guest mode — Sign in to save your progress and score