JavaScript Hoisting In 5 Minutes
5:29
7 сағат бұрын
Пікірлер
@seylitanez6922
@seylitanez6922 2 күн бұрын
Nice video
@spithacode101
@spithacode101 2 күн бұрын
Thank you! I'm glad you liked it.
@bensalemmohamedabderrahman5649
@bensalemmohamedabderrahman5649 3 күн бұрын
amazing editing at the start
@TechSiwi
@TechSiwi 13 күн бұрын
Bro how i can programme like u ??
@spithacode101
@spithacode101 13 күн бұрын
Just keep grinding and coding as much as you can; there is no secret sauce or shortcut for that. I wish you all the luck!.
@christopherbinkley6879
@christopherbinkley6879 17 күн бұрын
What's the plugin you use for the menu that pops up after typing c for change?
@spithacode101
@spithacode101 17 күн бұрын
It's called which-key.nvim. You can find it here: github.com/folke/which-key.nvim
@babybroccoli
@babybroccoli 18 күн бұрын
just use 'mbbill/undotree'
@spithacode101
@spithacode101 18 күн бұрын
The plugin is so cool, to be honest. I'm planning to release a video about it soon.
@bbahes
@bbahes 23 күн бұрын
Is this Neovim or you use plugin for this? In my Fedora 41/Debian 12 vim by default I can't use f and t.
@spithacode101
@spithacode101 23 күн бұрын
t and f are standard Vim keybindings. It's true that I'm using a plugin for extending the default behavior of t and f, which make you able to jump to occurences that are on the entire file when keeping pressing on ";". by default, when you keep pressing on ";" you will only jump to the character occurences that are available on the current line. The plugin name is flash.nvim you can find it here: github.com/folke/flash.nvim
@SlideRSB
@SlideRSB 25 күн бұрын
This also works for hexadecimal or octal numbers. Numbers with a leading zero are treated as octal while numbers prefixed with 0x are treated as hexadecimal.
@spithacode101
@spithacode101 24 күн бұрын
I've never tried it on nondecimal numbers before. Thank you for the great information!
@bensalemmohamedabderrahman5649
@bensalemmohamedabderrahman5649 Ай бұрын
👏👏👏