1 00:00:02,320 --> 00:00:03,040 Welcome back. 2 00:00:03,070 --> 00:00:09,760 In this video, you will learn what especially BHB is also a programming language, but it doesn't run 3 00:00:09,760 --> 00:00:10,480 in your browser. 4 00:00:10,660 --> 00:00:17,710 Your browser does not understand BHB YouTube so understands BHB, but your browser understands only 5 00:00:17,710 --> 00:00:18,310 JavaScript. 6 00:00:18,430 --> 00:00:21,200 So let's take the example of Facebook dot com. 7 00:00:21,340 --> 00:00:24,500 So when I opened my Facebook, it chose my name. 8 00:00:24,730 --> 00:00:30,280 When you open your Facebook, expose your name and when you press some buttons and send me a message, 9 00:00:30,700 --> 00:00:31,970 those things also happen. 10 00:00:31,990 --> 00:00:33,570 Those happen using JavaScript. 11 00:00:33,940 --> 00:00:39,160 But the name to my name and my photo comes without you doing anything. 12 00:00:39,170 --> 00:00:42,220 You just login, you see your name and your photo. 13 00:00:42,520 --> 00:00:48,800 That logic is decided server side using PSP or some other programming language. 14 00:00:48,820 --> 00:00:52,390 I think YouTube is using Python, but Facebook users BHB. 15 00:00:53,350 --> 00:01:01,960 So when you open Facebook dot com, Facebook makes some set of checks and understands who is asking 16 00:01:01,960 --> 00:01:08,350 for this and then they find your name there and they include your name in the e-mail and they send back 17 00:01:08,350 --> 00:01:08,730 to you. 18 00:01:09,040 --> 00:01:10,420 That's how you see your name. 19 00:01:10,660 --> 00:01:16,630 All the logic, all that thinking which happens in the server is written using BHB and whatever happens 20 00:01:16,630 --> 00:01:19,830 in your browser happens using JavaScript. 21 00:01:20,290 --> 00:01:22,700 So that's the difference between BHB and JavaScript. 22 00:01:22,960 --> 00:01:28,390 Both are programming languages, but JavaScript runs only in your browser, runs only in the server. 23 00:01:29,150 --> 00:01:30,060 So you in the next do.