VimDojo
Lessons
Challenges
Editor Demo
Login
Get Started
← Back to Challenges
intermediate
Time limit: 0:30
Delete Between Braces
Empty out a function body using di{.
Commands
di{
Delete Between Braces
Empty out a function body using di{.
Time
0:00
/ 0:30
Editor
0 keys
1
f
unction cleanup() {
2
removeTemp();
3
clearCache();
4
resetState();
5
}
-- NORMAL --
delete-inside-braces
Target
1
function cleanup() {
2
}
-- NORMAL --
delete-inside-braces
Hints (0/2)
Reset
⚠ Guest mode —
Sign in
to save your progress and score