Delete Operator

d
w
-delete word
Example
d
d
-delete a line
Example
D
d
-delete from the cursor to the end of a line
Example
x
-delete the character under the cursor
Example




const test = 1; console.log(test)
const posts: Post[] = useQueryPosts({ createdBy: userId });
const test = response.data.user.metadata.createdAt;
const s: number = getHighScore({ user: userId });
 0/15  00:00