1$ is the shortcut for jQuery and acts as a selector. Similar to querySelector
2$('#id')
3$('.class')
4$(this)
1$ is alias to jquery by default. In the place of $ we can use Jquery by default. Jquery is almost simplying code of js this is too we can consider as simplification of code.