DEV Community

Gissur Simonarson
Gissur Simonarson

Posted on

VIDEO: Understanding this with call, apply and bind

Hi everyone! My name is Gissur. I'm an Icelandic web developer living in the Scottish borders. I've just launched a new javascript/coding youtube channel, and wanted to share it with the dev.to community.

This is my first endeavour at put any content like this out, so I would love to get some suggestions/feedback on how I can make this better, and what you would like to see in the future.

The first video discusses the often mysterious this keyword in javascript. Also helps explain the call, apply and bind functions, functions that often look scarier than they actually are.

I thought that explaining the this keyword would be fitting since the channel is named after it =) I will be trying to do a good mix of core javascript concepts, along with more advanced concepts. Also probably do full episodes on working with the command line, git, vscode, npm etc.

Video

this.CODE Episode 1

Here is the code, so you can follow along: github.com/gissisim/callapplybind

After getting feedback that one viewer had a hard time reading the text. I've also released a zoomed in version. Please let me know which one works better. Small issue with the zoom at the start.

Top comments (8)

Collapse
 
peter profile image
Peter Kim Frank

Hey @gissisim , if you'd be interested in uploading video to the dev.to platform natively (see this post as an example), @ben can turn that on for you. Just let him know: )

Collapse
 
gissisim profile image
Gissur Simonarson • Edited

Very cool. Will reach out to Ben. Thanks!

Collapse
 
ben profile image
Ben Halpern

Hey Gissur, just gave you permission to upload video. You should now see the button in your dashboard

Thread Thread
 
gissisim profile image
Gissur Simonarson

Cool =) Thank you Ben! Will upload the next one.

Collapse
 
ycmjason profile image
YCM Jason

Pretty cool Gissur.

Also check out my post about this :p

dev.to/ycmjason/let-me-explain-to-...

Collapse
 
gissisim profile image
Gissur Simonarson

Thanks Jason. I actually remember your article, because I read it when I was prepping the content for my video =)

Collapse
 
elabftw profile image
eLabFTW

Thanks, pretty good video. Next time try to get under 10 min ;)

Collapse
 
gissisim profile image
Gissur Simonarson

Agree. I think future videos will be shorter.