0% found this document useful (0 votes)
2 views94 pages

Javascript Node Output Questions

The document consists of a series of JavaScript code snippets that perform simple addition operations. Each code snippet is followed by the expected output of the operation. The outputs are provided for a total of 110 different addition problems.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views94 pages

Javascript Node Output Questions

The document consists of a series of JavaScript code snippets that perform simple addition operations. Each code snippet is followed by the expected output of the operation. The outputs are provided for a total of 110 different addition problems.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 94

Q1: What will be the output of the following JavaScript code?

```js
console.log(33 + 94);
```

Answer:
127

--------------------------------------------------------------------------------

Q2: What will be the output of the following JavaScript code?

```js
console.log(65 + 67);
```

Answer:
132

--------------------------------------------------------------------------------

Q3: What will be the output of the following JavaScript code?

```js
console.log(66 + 21);
```

Answer:
87

--------------------------------------------------------------------------------

Q4: What will be the output of the following JavaScript code?

```js
console.log(47 + 13);
```

Answer:
60

--------------------------------------------------------------------------------

Q5: What will be the output of the following JavaScript code?

```js
console.log(29 + 70);
```

Answer:
99

--------------------------------------------------------------------------------

Q6: What will be the output of the following JavaScript code?

```js
console.log(92 + 68);
```

Answer:
160

--------------------------------------------------------------------------------

Q7: What will be the output of the following JavaScript code?

```js
console.log(31 + 44);
```

Answer:
75

--------------------------------------------------------------------------------

Q8: What will be the output of the following JavaScript code?

```js
console.log(49 + 52);
```

Answer:
101

--------------------------------------------------------------------------------

Q9: What will be the output of the following JavaScript code?

```js
console.log(14 + 83);
```

Answer:
97

--------------------------------------------------------------------------------

Q10: What will be the output of the following JavaScript code?

```js
console.log(83 + 25);
```

Answer:
108

--------------------------------------------------------------------------------

Q11: What will be the output of the following JavaScript code?

```js
console.log(26 + 24);
```

Answer:
50
--------------------------------------------------------------------------------

Q12: What will be the output of the following JavaScript code?

```js
console.log(91 + 83);
```

Answer:
174

--------------------------------------------------------------------------------

Q13: What will be the output of the following JavaScript code?

```js
console.log(51 + 54);
```

Answer:
105

--------------------------------------------------------------------------------

Q14: What will be the output of the following JavaScript code?

```js
console.log(86 + 77);
```

Answer:
163

--------------------------------------------------------------------------------

Q15: What will be the output of the following JavaScript code?

```js
console.log(20 + 70);
```

Answer:
90

--------------------------------------------------------------------------------

Q16: What will be the output of the following JavaScript code?

```js
console.log(32 + 58);
```

Answer:
90

--------------------------------------------------------------------------------

Q17: What will be the output of the following JavaScript code?


```js
console.log(12 + 63);
```

Answer:
75

--------------------------------------------------------------------------------

Q18: What will be the output of the following JavaScript code?

```js
console.log(40 + 48);
```

Answer:
88

--------------------------------------------------------------------------------

Q19: What will be the output of the following JavaScript code?

```js
console.log(25 + 2);
```

Answer:
27

--------------------------------------------------------------------------------

Q20: What will be the output of the following JavaScript code?

```js
console.log(36 + 37);
```

Answer:
73

--------------------------------------------------------------------------------

Q21: What will be the output of the following JavaScript code?

```js
console.log(60 + 33);
```

Answer:
93

--------------------------------------------------------------------------------

Q22: What will be the output of the following JavaScript code?

```js
console.log(40 + 42);
```
Answer:
82

--------------------------------------------------------------------------------

Q23: What will be the output of the following JavaScript code?

```js
console.log(71 + 1);
```

Answer:
72

--------------------------------------------------------------------------------

Q24: What will be the output of the following JavaScript code?

```js
console.log(78 + 26);
```

Answer:
104

--------------------------------------------------------------------------------

Q25: What will be the output of the following JavaScript code?

```js
console.log(12 + 69);
```

Answer:
81

--------------------------------------------------------------------------------

Q26: What will be the output of the following JavaScript code?

```js
console.log(81 + 90);
```

Answer:
171

--------------------------------------------------------------------------------

Q27: What will be the output of the following JavaScript code?

```js
console.log(31 + 49);
```

Answer:
80
--------------------------------------------------------------------------------

Q28: What will be the output of the following JavaScript code?

```js
console.log(57 + 42);
```

Answer:
99

--------------------------------------------------------------------------------

Q29: What will be the output of the following JavaScript code?

```js
console.log(78 + 28);
```

Answer:
106

--------------------------------------------------------------------------------

Q30: What will be the output of the following JavaScript code?

```js
console.log(66 + 45);
```

Answer:
111

--------------------------------------------------------------------------------

Q31: What will be the output of the following JavaScript code?

```js
console.log(43 + 74);
```

Answer:
117

--------------------------------------------------------------------------------

Q32: What will be the output of the following JavaScript code?

```js
console.log(33 + 23);
```

Answer:
56

--------------------------------------------------------------------------------

Q33: What will be the output of the following JavaScript code?


```js
console.log(62 + 49);
```

Answer:
111

--------------------------------------------------------------------------------

Q34: What will be the output of the following JavaScript code?

```js
console.log(49 + 50);
```

Answer:
99

--------------------------------------------------------------------------------

Q35: What will be the output of the following JavaScript code?

```js
console.log(45 + 69);
```

Answer:
114

--------------------------------------------------------------------------------

Q36: What will be the output of the following JavaScript code?

```js
console.log(10 + 30);
```

Answer:
40

--------------------------------------------------------------------------------

Q37: What will be the output of the following JavaScript code?

```js
console.log(24 + 48);
```

Answer:
72

--------------------------------------------------------------------------------

Q38: What will be the output of the following JavaScript code?

```js
console.log(17 + 29);
```
Answer:
46

--------------------------------------------------------------------------------

Q39: What will be the output of the following JavaScript code?

```js
console.log(9 + 62);
```

Answer:
71

--------------------------------------------------------------------------------

Q40: What will be the output of the following JavaScript code?

```js
console.log(63 + 54);
```

Answer:
117

--------------------------------------------------------------------------------

Q41: What will be the output of the following JavaScript code?

```js
console.log(33 + 67);
```

Answer:
100

--------------------------------------------------------------------------------

Q42: What will be the output of the following JavaScript code?

```js
console.log(75 + 84);
```

Answer:
159

--------------------------------------------------------------------------------

Q43: What will be the output of the following JavaScript code?

```js
console.log(13 + 90);
```

Answer:
103

--------------------------------------------------------------------------------
Q44: What will be the output of the following JavaScript code?

```js
console.log(1 + 87);
```

Answer:
88

--------------------------------------------------------------------------------

Q45: What will be the output of the following JavaScript code?

```js
console.log(95 + 36);
```

Answer:
131

--------------------------------------------------------------------------------

Q46: What will be the output of the following JavaScript code?

```js
console.log(77 + 29);
```

Answer:
106

--------------------------------------------------------------------------------

Q47: What will be the output of the following JavaScript code?

```js
console.log(32 + 73);
```

Answer:
105

--------------------------------------------------------------------------------

Q48: What will be the output of the following JavaScript code?

```js
console.log(42 + 37);
```

Answer:
79

--------------------------------------------------------------------------------

Q49: What will be the output of the following JavaScript code?

```js
console.log(25 + 77);
```

Answer:
102

--------------------------------------------------------------------------------

Q50: What will be the output of the following JavaScript code?

```js
console.log(69 + 4);
```

Answer:
73

--------------------------------------------------------------------------------

Q51: What will be the output of the following JavaScript code?

```js
console.log(46 + 16);
```

Answer:
62

--------------------------------------------------------------------------------

Q52: What will be the output of the following JavaScript code?

```js
console.log(64 + 67);
```

Answer:
131

--------------------------------------------------------------------------------

Q53: What will be the output of the following JavaScript code?

```js
console.log(87 + 70);
```

Answer:
157

--------------------------------------------------------------------------------

Q54: What will be the output of the following JavaScript code?

```js
console.log(28 + 64);
```

Answer:
92

--------------------------------------------------------------------------------

Q55: What will be the output of the following JavaScript code?

```js
console.log(22 + 84);
```

Answer:
106

--------------------------------------------------------------------------------

Q56: What will be the output of the following JavaScript code?

```js
console.log(70 + 5);
```

Answer:
75

--------------------------------------------------------------------------------

Q57: What will be the output of the following JavaScript code?

```js
console.log(95 + 89);
```

Answer:
184

--------------------------------------------------------------------------------

Q58: What will be the output of the following JavaScript code?

```js
console.log(63 + 18);
```

Answer:
81

--------------------------------------------------------------------------------

Q59: What will be the output of the following JavaScript code?

```js
console.log(75 + 60);
```

Answer:
135

--------------------------------------------------------------------------------
Q60: What will be the output of the following JavaScript code?

```js
console.log(12 + 83);
```

Answer:
95

--------------------------------------------------------------------------------

Q61: What will be the output of the following JavaScript code?

```js
console.log(38 + 45);
```

Answer:
83

--------------------------------------------------------------------------------

Q62: What will be the output of the following JavaScript code?

```js
console.log(93 + 38);
```

Answer:
131

--------------------------------------------------------------------------------

Q63: What will be the output of the following JavaScript code?

```js
console.log(53 + 50);
```

Answer:
103

--------------------------------------------------------------------------------

Q64: What will be the output of the following JavaScript code?

```js
console.log(30 + 93);
```

Answer:
123

--------------------------------------------------------------------------------

Q65: What will be the output of the following JavaScript code?

```js
console.log(74 + 42);
```

Answer:
116

--------------------------------------------------------------------------------

Q66: What will be the output of the following JavaScript code?

```js
console.log(43 + 38);
```

Answer:
81

--------------------------------------------------------------------------------

Q67: What will be the output of the following JavaScript code?

```js
console.log(74 + 72);
```

Answer:
146

--------------------------------------------------------------------------------

Q68: What will be the output of the following JavaScript code?

```js
console.log(18 + 19);
```

Answer:
37

--------------------------------------------------------------------------------

Q69: What will be the output of the following JavaScript code?

```js
console.log(22 + 69);
```

Answer:
91

--------------------------------------------------------------------------------

Q70: What will be the output of the following JavaScript code?

```js
console.log(99 + 22);
```

Answer:
121
--------------------------------------------------------------------------------

Q71: What will be the output of the following JavaScript code?

```js
console.log(64 + 18);
```

Answer:
82

--------------------------------------------------------------------------------

Q72: What will be the output of the following JavaScript code?

```js
console.log(73 + 25);
```

Answer:
98

--------------------------------------------------------------------------------

Q73: What will be the output of the following JavaScript code?

```js
console.log(45 + 72);
```

Answer:
117

--------------------------------------------------------------------------------

Q74: What will be the output of the following JavaScript code?

```js
console.log(53 + 17);
```

Answer:
70

--------------------------------------------------------------------------------

Q75: What will be the output of the following JavaScript code?

```js
console.log(47 + 52);
```

Answer:
99

--------------------------------------------------------------------------------

Q76: What will be the output of the following JavaScript code?


```js
console.log(1 + 2);
```

Answer:
3

--------------------------------------------------------------------------------

Q77: What will be the output of the following JavaScript code?

```js
console.log(22 + 45);
```

Answer:
67

--------------------------------------------------------------------------------

Q78: What will be the output of the following JavaScript code?

```js
console.log(71 + 57);
```

Answer:
128

--------------------------------------------------------------------------------

Q79: What will be the output of the following JavaScript code?

```js
console.log(82 + 35);
```

Answer:
117

--------------------------------------------------------------------------------

Q80: What will be the output of the following JavaScript code?

```js
console.log(16 + 76);
```

Answer:
92

--------------------------------------------------------------------------------

Q81: What will be the output of the following JavaScript code?

```js
console.log(44 + 71);
```
Answer:
115

--------------------------------------------------------------------------------

Q82: What will be the output of the following JavaScript code?

```js
console.log(62 + 13);
```

Answer:
75

--------------------------------------------------------------------------------

Q83: What will be the output of the following JavaScript code?

```js
console.log(43 + 26);
```

Answer:
69

--------------------------------------------------------------------------------

Q84: What will be the output of the following JavaScript code?

```js
console.log(11 + 27);
```

Answer:
38

--------------------------------------------------------------------------------

Q85: What will be the output of the following JavaScript code?

```js
console.log(56 + 18);
```

Answer:
74

--------------------------------------------------------------------------------

Q86: What will be the output of the following JavaScript code?

```js
console.log(73 + 98);
```

Answer:
171
--------------------------------------------------------------------------------

Q87: What will be the output of the following JavaScript code?

```js
console.log(46 + 18);
```

Answer:
64

--------------------------------------------------------------------------------

Q88: What will be the output of the following JavaScript code?

```js
console.log(20 + 73);
```

Answer:
93

--------------------------------------------------------------------------------

Q89: What will be the output of the following JavaScript code?

```js
console.log(85 + 50);
```

Answer:
135

--------------------------------------------------------------------------------

Q90: What will be the output of the following JavaScript code?

```js
console.log(85 + 69);
```

Answer:
154

--------------------------------------------------------------------------------

Q91: What will be the output of the following JavaScript code?

```js
console.log(58 + 90);
```

Answer:
148

--------------------------------------------------------------------------------

Q92: What will be the output of the following JavaScript code?


```js
console.log(70 + 47);
```

Answer:
117

--------------------------------------------------------------------------------

Q93: What will be the output of the following JavaScript code?

```js
console.log(20 + 58);
```

Answer:
78

--------------------------------------------------------------------------------

Q94: What will be the output of the following JavaScript code?

```js
console.log(52 + 67);
```

Answer:
119

--------------------------------------------------------------------------------

Q95: What will be the output of the following JavaScript code?

```js
console.log(54 + 59);
```

Answer:
113

--------------------------------------------------------------------------------

Q96: What will be the output of the following JavaScript code?

```js
console.log(67 + 46);
```

Answer:
113

--------------------------------------------------------------------------------

Q97: What will be the output of the following JavaScript code?

```js
console.log(13 + 91);
```
Answer:
104

--------------------------------------------------------------------------------

Q98: What will be the output of the following JavaScript code?

```js
console.log(82 + 55);
```

Answer:
137

--------------------------------------------------------------------------------

Q99: What will be the output of the following JavaScript code?

```js
console.log(1 + 75);
```

Answer:
76

--------------------------------------------------------------------------------

Q100: What will be the output of the following JavaScript code?

```js
console.log(32 + 88);
```

Answer:
120

--------------------------------------------------------------------------------

Q101: What will be the output of the following JavaScript code?

```js
console.log(88 + 4);
```

Answer:
92

--------------------------------------------------------------------------------

Q102: What will be the output of the following JavaScript code?

```js
console.log(2 + 33);
```

Answer:
35

--------------------------------------------------------------------------------
Q103: What will be the output of the following JavaScript code?

```js
console.log(37 + 89);
```

Answer:
126

--------------------------------------------------------------------------------

Q104: What will be the output of the following JavaScript code?

```js
console.log(76 + 64);
```

Answer:
140

--------------------------------------------------------------------------------

Q105: What will be the output of the following JavaScript code?

```js
console.log(26 + 44);
```

Answer:
70

--------------------------------------------------------------------------------

Q106: What will be the output of the following JavaScript code?

```js
console.log(78 + 30);
```

Answer:
108

--------------------------------------------------------------------------------

Q107: What will be the output of the following JavaScript code?

```js
console.log(60 + 4);
```

Answer:
64

--------------------------------------------------------------------------------

Q108: What will be the output of the following JavaScript code?

```js
console.log(28 + 44);
```

Answer:
72

--------------------------------------------------------------------------------

Q109: What will be the output of the following JavaScript code?

```js
console.log(87 + 78);
```

Answer:
165

--------------------------------------------------------------------------------

Q110: What will be the output of the following JavaScript code?

```js
console.log(70 + 73);
```

Answer:
143

--------------------------------------------------------------------------------

Q111: What will be the output of the following JavaScript code?

```js
console.log(2 + 38);
```

Answer:
40

--------------------------------------------------------------------------------

Q112: What will be the output of the following JavaScript code?

```js
console.log(18 + 50);
```

Answer:
68

--------------------------------------------------------------------------------

Q113: What will be the output of the following JavaScript code?

```js
console.log(74 + 15);
```

Answer:
89

--------------------------------------------------------------------------------

Q114: What will be the output of the following JavaScript code?

```js
console.log(27 + 93);
```

Answer:
120

--------------------------------------------------------------------------------

Q115: What will be the output of the following JavaScript code?

```js
console.log(1 + 34);
```

Answer:
35

--------------------------------------------------------------------------------

Q116: What will be the output of the following JavaScript code?

```js
console.log(7 + 62);
```

Answer:
69

--------------------------------------------------------------------------------

Q117: What will be the output of the following JavaScript code?

```js
console.log(72 + 65);
```

Answer:
137

--------------------------------------------------------------------------------

Q118: What will be the output of the following JavaScript code?

```js
console.log(50 + 48);
```

Answer:
98

--------------------------------------------------------------------------------
Q119: What will be the output of the following JavaScript code?

```js
console.log(31 + 100);
```

Answer:
131

--------------------------------------------------------------------------------

Q120: What will be the output of the following JavaScript code?

```js
console.log(10 + 20);
```

Answer:
30

--------------------------------------------------------------------------------

Q121: What will be the output of the following JavaScript code?

```js
console.log(72 + 65);
```

Answer:
137

--------------------------------------------------------------------------------

Q122: What will be the output of the following JavaScript code?

```js
console.log(7 + 32);
```

Answer:
39

--------------------------------------------------------------------------------

Q123: What will be the output of the following JavaScript code?

```js
console.log(73 + 39);
```

Answer:
112

--------------------------------------------------------------------------------

Q124: What will be the output of the following JavaScript code?

```js
console.log(67 + 90);
```

Answer:
157

--------------------------------------------------------------------------------

Q125: What will be the output of the following JavaScript code?

```js
console.log(53 + 45);
```

Answer:
98

--------------------------------------------------------------------------------

Q126: What will be the output of the following JavaScript code?

```js
console.log(86 + 46);
```

Answer:
132

--------------------------------------------------------------------------------

Q127: What will be the output of the following JavaScript code?

```js
console.log(79 + 18);
```

Answer:
97

--------------------------------------------------------------------------------

Q128: What will be the output of the following JavaScript code?

```js
console.log(85 + 7);
```

Answer:
92

--------------------------------------------------------------------------------

Q129: What will be the output of the following JavaScript code?

```js
console.log(44 + 46);
```

Answer:
90
--------------------------------------------------------------------------------

Q130: What will be the output of the following JavaScript code?

```js
console.log(79 + 31);
```

Answer:
110

--------------------------------------------------------------------------------

Q131: What will be the output of the following JavaScript code?

```js
console.log(3 + 48);
```

Answer:
51

--------------------------------------------------------------------------------

Q132: What will be the output of the following JavaScript code?

```js
console.log(89 + 24);
```

Answer:
113

--------------------------------------------------------------------------------

Q133: What will be the output of the following JavaScript code?

```js
console.log(27 + 88);
```

Answer:
115

--------------------------------------------------------------------------------

Q134: What will be the output of the following JavaScript code?

```js
console.log(50 + 25);
```

Answer:
75

--------------------------------------------------------------------------------

Q135: What will be the output of the following JavaScript code?


```js
console.log(76 + 45);
```

Answer:
121

--------------------------------------------------------------------------------

Q136: What will be the output of the following JavaScript code?

```js
console.log(92 + 87);
```

Answer:
179

--------------------------------------------------------------------------------

Q137: What will be the output of the following JavaScript code?

```js
console.log(18 + 97);
```

Answer:
115

--------------------------------------------------------------------------------

Q138: What will be the output of the following JavaScript code?

```js
console.log(62 + 71);
```

Answer:
133

--------------------------------------------------------------------------------

Q139: What will be the output of the following JavaScript code?

```js
console.log(92 + 37);
```

Answer:
129

--------------------------------------------------------------------------------

Q140: What will be the output of the following JavaScript code?

```js
console.log(77 + 30);
```
Answer:
107

--------------------------------------------------------------------------------

Q141: What will be the output of the following JavaScript code?

```js
console.log(40 + 50);
```

Answer:
90

--------------------------------------------------------------------------------

Q142: What will be the output of the following JavaScript code?

```js
console.log(34 + 100);
```

Answer:
134

--------------------------------------------------------------------------------

Q143: What will be the output of the following JavaScript code?

```js
console.log(14 + 75);
```

Answer:
89

--------------------------------------------------------------------------------

Q144: What will be the output of the following JavaScript code?

```js
console.log(99 + 10);
```

Answer:
109

--------------------------------------------------------------------------------

Q145: What will be the output of the following JavaScript code?

```js
console.log(95 + 56);
```

Answer:
151
--------------------------------------------------------------------------------

Q146: What will be the output of the following JavaScript code?

```js
console.log(31 + 55);
```

Answer:
86

--------------------------------------------------------------------------------

Q147: What will be the output of the following JavaScript code?

```js
console.log(86 + 99);
```

Answer:
185

--------------------------------------------------------------------------------

Q148: What will be the output of the following JavaScript code?

```js
console.log(53 + 90);
```

Answer:
143

--------------------------------------------------------------------------------

Q149: What will be the output of the following JavaScript code?

```js
console.log(7 + 86);
```

Answer:
93

--------------------------------------------------------------------------------

Q150: What will be the output of the following JavaScript code?

```js
console.log(15 + 41);
```

Answer:
56

--------------------------------------------------------------------------------

Q151: What will be the output of the following JavaScript code?


```js
console.log(49 + 62);
```

Answer:
111

--------------------------------------------------------------------------------

Q152: What will be the output of the following JavaScript code?

```js
console.log(31 + 58);
```

Answer:
89

--------------------------------------------------------------------------------

Q153: What will be the output of the following JavaScript code?

```js
console.log(74 + 78);
```

Answer:
152

--------------------------------------------------------------------------------

Q154: What will be the output of the following JavaScript code?

```js
console.log(30 + 53);
```

Answer:
83

--------------------------------------------------------------------------------

Q155: What will be the output of the following JavaScript code?

```js
console.log(86 + 12);
```

Answer:
98

--------------------------------------------------------------------------------

Q156: What will be the output of the following JavaScript code?

```js
console.log(77 + 46);
```
Answer:
123

--------------------------------------------------------------------------------

Q157: What will be the output of the following JavaScript code?

```js
console.log(64 + 52);
```

Answer:
116

--------------------------------------------------------------------------------

Q158: What will be the output of the following JavaScript code?

```js
console.log(65 + 82);
```

Answer:
147

--------------------------------------------------------------------------------

Q159: What will be the output of the following JavaScript code?

```js
console.log(76 + 56);
```

Answer:
132

--------------------------------------------------------------------------------

Q160: What will be the output of the following JavaScript code?

```js
console.log(62 + 55);
```

Answer:
117

--------------------------------------------------------------------------------

Q161: What will be the output of the following JavaScript code?

```js
console.log(50 + 24);
```

Answer:
74

--------------------------------------------------------------------------------
Q162: What will be the output of the following JavaScript code?

```js
console.log(90 + 50);
```

Answer:
140

--------------------------------------------------------------------------------

Q163: What will be the output of the following JavaScript code?

```js
console.log(78 + 31);
```

Answer:
109

--------------------------------------------------------------------------------

Q164: What will be the output of the following JavaScript code?

```js
console.log(79 + 90);
```

Answer:
169

--------------------------------------------------------------------------------

Q165: What will be the output of the following JavaScript code?

```js
console.log(79 + 40);
```

Answer:
119

--------------------------------------------------------------------------------

Q166: What will be the output of the following JavaScript code?

```js
console.log(94 + 25);
```

Answer:
119

--------------------------------------------------------------------------------

Q167: What will be the output of the following JavaScript code?

```js
console.log(19 + 77);
```

Answer:
96

--------------------------------------------------------------------------------

Q168: What will be the output of the following JavaScript code?

```js
console.log(68 + 8);
```

Answer:
76

--------------------------------------------------------------------------------

Q169: What will be the output of the following JavaScript code?

```js
console.log(92 + 26);
```

Answer:
118

--------------------------------------------------------------------------------

Q170: What will be the output of the following JavaScript code?

```js
console.log(56 + 64);
```

Answer:
120

--------------------------------------------------------------------------------

Q171: What will be the output of the following JavaScript code?

```js
console.log(36 + 86);
```

Answer:
122

--------------------------------------------------------------------------------

Q172: What will be the output of the following JavaScript code?

```js
console.log(32 + 50);
```

Answer:
82

--------------------------------------------------------------------------------

Q173: What will be the output of the following JavaScript code?

```js
console.log(22 + 92);
```

Answer:
114

--------------------------------------------------------------------------------

Q174: What will be the output of the following JavaScript code?

```js
console.log(85 + 37);
```

Answer:
122

--------------------------------------------------------------------------------

Q175: What will be the output of the following JavaScript code?

```js
console.log(82 + 19);
```

Answer:
101

--------------------------------------------------------------------------------

Q176: What will be the output of the following JavaScript code?

```js
console.log(72 + 38);
```

Answer:
110

--------------------------------------------------------------------------------

Q177: What will be the output of the following JavaScript code?

```js
console.log(47 + 100);
```

Answer:
147

--------------------------------------------------------------------------------
Q178: What will be the output of the following JavaScript code?

```js
console.log(47 + 8);
```

Answer:
55

--------------------------------------------------------------------------------

Q179: What will be the output of the following JavaScript code?

```js
console.log(10 + 54);
```

Answer:
64

--------------------------------------------------------------------------------

Q180: What will be the output of the following JavaScript code?

```js
console.log(20 + 33);
```

Answer:
53

--------------------------------------------------------------------------------

Q181: What will be the output of the following JavaScript code?

```js
console.log(48 + 81);
```

Answer:
129

--------------------------------------------------------------------------------

Q182: What will be the output of the following JavaScript code?

```js
console.log(90 + 88);
```

Answer:
178

--------------------------------------------------------------------------------

Q183: What will be the output of the following JavaScript code?

```js
console.log(35 + 83);
```

Answer:
118

--------------------------------------------------------------------------------

Q184: What will be the output of the following JavaScript code?

```js
console.log(57 + 47);
```

Answer:
104

--------------------------------------------------------------------------------

Q185: What will be the output of the following JavaScript code?

```js
console.log(39 + 84);
```

Answer:
123

--------------------------------------------------------------------------------

Q186: What will be the output of the following JavaScript code?

```js
console.log(54 + 28);
```

Answer:
82

--------------------------------------------------------------------------------

Q187: What will be the output of the following JavaScript code?

```js
console.log(6 + 57);
```

Answer:
63

--------------------------------------------------------------------------------

Q188: What will be the output of the following JavaScript code?

```js
console.log(15 + 13);
```

Answer:
28
--------------------------------------------------------------------------------

Q189: What will be the output of the following JavaScript code?

```js
console.log(26 + 68);
```

Answer:
94

--------------------------------------------------------------------------------

Q190: What will be the output of the following JavaScript code?

```js
console.log(29 + 69);
```

Answer:
98

--------------------------------------------------------------------------------

Q191: What will be the output of the following JavaScript code?

```js
console.log(51 + 73);
```

Answer:
124

--------------------------------------------------------------------------------

Q192: What will be the output of the following JavaScript code?

```js
console.log(95 + 87);
```

Answer:
182

--------------------------------------------------------------------------------

Q193: What will be the output of the following JavaScript code?

```js
console.log(50 + 38);
```

Answer:
88

--------------------------------------------------------------------------------

Q194: What will be the output of the following JavaScript code?


```js
console.log(40 + 89);
```

Answer:
129

--------------------------------------------------------------------------------

Q195: What will be the output of the following JavaScript code?

```js
console.log(88 + 25);
```

Answer:
113

--------------------------------------------------------------------------------

Q196: What will be the output of the following JavaScript code?

```js
console.log(67 + 48);
```

Answer:
115

--------------------------------------------------------------------------------

Q197: What will be the output of the following JavaScript code?

```js
console.log(13 + 1);
```

Answer:
14

--------------------------------------------------------------------------------

Q198: What will be the output of the following JavaScript code?

```js
console.log(100 + 57);
```

Answer:
157

--------------------------------------------------------------------------------

Q199: What will be the output of the following JavaScript code?

```js
console.log(26 + 13);
```
Answer:
39

--------------------------------------------------------------------------------

Q200: What will be the output of the following JavaScript code?

```js
console.log(69 + 8);
```

Answer:
77

--------------------------------------------------------------------------------

Q201: What will be the output of the following JavaScript code?

```js
console.log(38 + 70);
```

Answer:
108

--------------------------------------------------------------------------------

Q202: What will be the output of the following JavaScript code?

```js
console.log(60 + 37);
```

Answer:
97

--------------------------------------------------------------------------------

Q203: What will be the output of the following JavaScript code?

```js
console.log(61 + 87);
```

Answer:
148

--------------------------------------------------------------------------------

Q204: What will be the output of the following JavaScript code?

```js
console.log(25 + 40);
```

Answer:
65
--------------------------------------------------------------------------------

Q205: What will be the output of the following JavaScript code?

```js
console.log(20 + 8);
```

Answer:
28

--------------------------------------------------------------------------------

Q206: What will be the output of the following JavaScript code?

```js
console.log(92 + 4);
```

Answer:
96

--------------------------------------------------------------------------------

Q207: What will be the output of the following JavaScript code?

```js
console.log(6 + 56);
```

Answer:
62

--------------------------------------------------------------------------------

Q208: What will be the output of the following JavaScript code?

```js
console.log(82 + 58);
```

Answer:
140

--------------------------------------------------------------------------------

Q209: What will be the output of the following JavaScript code?

```js
console.log(89 + 5);
```

Answer:
94

--------------------------------------------------------------------------------

Q210: What will be the output of the following JavaScript code?


```js
console.log(100 + 31);
```

Answer:
131

--------------------------------------------------------------------------------

Q211: What will be the output of the following JavaScript code?

```js
console.log(22 + 81);
```

Answer:
103

--------------------------------------------------------------------------------

Q212: What will be the output of the following JavaScript code?

```js
console.log(87 + 72);
```

Answer:
159

--------------------------------------------------------------------------------

Q213: What will be the output of the following JavaScript code?

```js
console.log(19 + 21);
```

Answer:
40

--------------------------------------------------------------------------------

Q214: What will be the output of the following JavaScript code?

```js
console.log(62 + 8);
```

Answer:
70

--------------------------------------------------------------------------------

Q215: What will be the output of the following JavaScript code?

```js
console.log(37 + 83);
```
Answer:
120

--------------------------------------------------------------------------------

Q216: What will be the output of the following JavaScript code?

```js
console.log(16 + 48);
```

Answer:
64

--------------------------------------------------------------------------------

Q217: What will be the output of the following JavaScript code?

```js
console.log(14 + 54);
```

Answer:
68

--------------------------------------------------------------------------------

Q218: What will be the output of the following JavaScript code?

```js
console.log(93 + 89);
```

Answer:
182

--------------------------------------------------------------------------------

Q219: What will be the output of the following JavaScript code?

```js
console.log(60 + 22);
```

Answer:
82

--------------------------------------------------------------------------------

Q220: What will be the output of the following JavaScript code?

```js
console.log(36 + 19);
```

Answer:
55

--------------------------------------------------------------------------------
Q221: What will be the output of the following JavaScript code?

```js
console.log(100 + 91);
```

Answer:
191

--------------------------------------------------------------------------------

Q222: What will be the output of the following JavaScript code?

```js
console.log(25 + 26);
```

Answer:
51

--------------------------------------------------------------------------------

Q223: What will be the output of the following JavaScript code?

```js
console.log(92 + 96);
```

Answer:
188

--------------------------------------------------------------------------------

Q224: What will be the output of the following JavaScript code?

```js
console.log(21 + 29);
```

Answer:
50

--------------------------------------------------------------------------------

Q225: What will be the output of the following JavaScript code?

```js
console.log(20 + 30);
```

Answer:
50

--------------------------------------------------------------------------------

Q226: What will be the output of the following JavaScript code?

```js
console.log(66 + 24);
```

Answer:
90

--------------------------------------------------------------------------------

Q227: What will be the output of the following JavaScript code?

```js
console.log(28 + 6);
```

Answer:
34

--------------------------------------------------------------------------------

Q228: What will be the output of the following JavaScript code?

```js
console.log(78 + 97);
```

Answer:
175

--------------------------------------------------------------------------------

Q229: What will be the output of the following JavaScript code?

```js
console.log(24 + 51);
```

Answer:
75

--------------------------------------------------------------------------------

Q230: What will be the output of the following JavaScript code?

```js
console.log(66 + 51);
```

Answer:
117

--------------------------------------------------------------------------------

Q231: What will be the output of the following JavaScript code?

```js
console.log(49 + 29);
```

Answer:
78

--------------------------------------------------------------------------------

Q232: What will be the output of the following JavaScript code?

```js
console.log(38 + 58);
```

Answer:
96

--------------------------------------------------------------------------------

Q233: What will be the output of the following JavaScript code?

```js
console.log(88 + 31);
```

Answer:
119

--------------------------------------------------------------------------------

Q234: What will be the output of the following JavaScript code?

```js
console.log(2 + 1);
```

Answer:
3

--------------------------------------------------------------------------------

Q235: What will be the output of the following JavaScript code?

```js
console.log(42 + 88);
```

Answer:
130

--------------------------------------------------------------------------------

Q236: What will be the output of the following JavaScript code?

```js
console.log(1 + 86);
```

Answer:
87

--------------------------------------------------------------------------------
Q237: What will be the output of the following JavaScript code?

```js
console.log(59 + 97);
```

Answer:
156

--------------------------------------------------------------------------------

Q238: What will be the output of the following JavaScript code?

```js
console.log(12 + 41);
```

Answer:
53

--------------------------------------------------------------------------------

Q239: What will be the output of the following JavaScript code?

```js
console.log(78 + 60);
```

Answer:
138

--------------------------------------------------------------------------------

Q240: What will be the output of the following JavaScript code?

```js
console.log(20 + 73);
```

Answer:
93

--------------------------------------------------------------------------------

Q241: What will be the output of the following JavaScript code?

```js
console.log(63 + 97);
```

Answer:
160

--------------------------------------------------------------------------------

Q242: What will be the output of the following JavaScript code?

```js
console.log(50 + 67);
```

Answer:
117

--------------------------------------------------------------------------------

Q243: What will be the output of the following JavaScript code?

```js
console.log(71 + 65);
```

Answer:
136

--------------------------------------------------------------------------------

Q244: What will be the output of the following JavaScript code?

```js
console.log(86 + 46);
```

Answer:
132

--------------------------------------------------------------------------------

Q245: What will be the output of the following JavaScript code?

```js
console.log(28 + 17);
```

Answer:
45

--------------------------------------------------------------------------------

Q246: What will be the output of the following JavaScript code?

```js
console.log(68 + 87);
```

Answer:
155

--------------------------------------------------------------------------------

Q247: What will be the output of the following JavaScript code?

```js
console.log(28 + 26);
```

Answer:
54
--------------------------------------------------------------------------------

Q248: What will be the output of the following JavaScript code?

```js
console.log(5 + 37);
```

Answer:
42

--------------------------------------------------------------------------------

Q249: What will be the output of the following JavaScript code?

```js
console.log(24 + 20);
```

Answer:
44

--------------------------------------------------------------------------------

Q250: What will be the output of the following JavaScript code?

```js
console.log(37 + 82);
```

Answer:
119

--------------------------------------------------------------------------------

Q251: What will be the output of the following Node.js code?

```js
console.log(85 + 12);
```

Answer:
97

--------------------------------------------------------------------------------

Q252: What will be the output of the following Node.js code?

```js
console.log(53 + 98);
```

Answer:
151

--------------------------------------------------------------------------------

Q253: What will be the output of the following Node.js code?


```js
console.log(31 + 49);
```

Answer:
80

--------------------------------------------------------------------------------

Q254: What will be the output of the following Node.js code?

```js
console.log(73 + 8);
```

Answer:
81

--------------------------------------------------------------------------------

Q255: What will be the output of the following Node.js code?

```js
console.log(79 + 39);
```

Answer:
118

--------------------------------------------------------------------------------

Q256: What will be the output of the following Node.js code?

```js
console.log(22 + 43);
```

Answer:
65

--------------------------------------------------------------------------------

Q257: What will be the output of the following Node.js code?

```js
console.log(14 + 46);
```

Answer:
60

--------------------------------------------------------------------------------

Q258: What will be the output of the following Node.js code?

```js
console.log(40 + 82);
```
Answer:
122

--------------------------------------------------------------------------------

Q259: What will be the output of the following Node.js code?

```js
console.log(31 + 93);
```

Answer:
124

--------------------------------------------------------------------------------

Q260: What will be the output of the following Node.js code?

```js
console.log(25 + 16);
```

Answer:
41

--------------------------------------------------------------------------------

Q261: What will be the output of the following Node.js code?

```js
console.log(21 + 17);
```

Answer:
38

--------------------------------------------------------------------------------

Q262: What will be the output of the following Node.js code?

```js
console.log(50 + 12);
```

Answer:
62

--------------------------------------------------------------------------------

Q263: What will be the output of the following Node.js code?

```js
console.log(51 + 20);
```

Answer:
71
--------------------------------------------------------------------------------

Q264: What will be the output of the following Node.js code?

```js
console.log(95 + 37);
```

Answer:
132

--------------------------------------------------------------------------------

Q265: What will be the output of the following Node.js code?

```js
console.log(95 + 57);
```

Answer:
152

--------------------------------------------------------------------------------

Q266: What will be the output of the following Node.js code?

```js
console.log(45 + 46);
```

Answer:
91

--------------------------------------------------------------------------------

Q267: What will be the output of the following Node.js code?

```js
console.log(42 + 55);
```

Answer:
97

--------------------------------------------------------------------------------

Q268: What will be the output of the following Node.js code?

```js
console.log(35 + 88);
```

Answer:
123

--------------------------------------------------------------------------------

Q269: What will be the output of the following Node.js code?


```js
console.log(43 + 13);
```

Answer:
56

--------------------------------------------------------------------------------

Q270: What will be the output of the following Node.js code?

```js
console.log(39 + 55);
```

Answer:
94

--------------------------------------------------------------------------------

Q271: What will be the output of the following Node.js code?

```js
console.log(51 + 86);
```

Answer:
137

--------------------------------------------------------------------------------

Q272: What will be the output of the following Node.js code?

```js
console.log(84 + 70);
```

Answer:
154

--------------------------------------------------------------------------------

Q273: What will be the output of the following Node.js code?

```js
console.log(14 + 50);
```

Answer:
64

--------------------------------------------------------------------------------

Q274: What will be the output of the following Node.js code?

```js
console.log(33 + 71);
```
Answer:
104

--------------------------------------------------------------------------------

Q275: What will be the output of the following Node.js code?

```js
console.log(88 + 34);
```

Answer:
122

--------------------------------------------------------------------------------

Q276: What will be the output of the following Node.js code?

```js
console.log(17 + 33);
```

Answer:
50

--------------------------------------------------------------------------------

Q277: What will be the output of the following Node.js code?

```js
console.log(69 + 96);
```

Answer:
165

--------------------------------------------------------------------------------

Q278: What will be the output of the following Node.js code?

```js
console.log(51 + 72);
```

Answer:
123

--------------------------------------------------------------------------------

Q279: What will be the output of the following Node.js code?

```js
console.log(42 + 24);
```

Answer:
66

--------------------------------------------------------------------------------
Q280: What will be the output of the following Node.js code?

```js
console.log(12 + 45);
```

Answer:
57

--------------------------------------------------------------------------------

Q281: What will be the output of the following Node.js code?

```js
console.log(58 + 68);
```

Answer:
126

--------------------------------------------------------------------------------

Q282: What will be the output of the following Node.js code?

```js
console.log(54 + 6);
```

Answer:
60

--------------------------------------------------------------------------------

Q283: What will be the output of the following Node.js code?

```js
console.log(41 + 74);
```

Answer:
115

--------------------------------------------------------------------------------

Q284: What will be the output of the following Node.js code?

```js
console.log(25 + 66);
```

Answer:
91

--------------------------------------------------------------------------------

Q285: What will be the output of the following Node.js code?

```js
console.log(91 + 13);
```

Answer:
104

--------------------------------------------------------------------------------

Q286: What will be the output of the following Node.js code?

```js
console.log(86 + 53);
```

Answer:
139

--------------------------------------------------------------------------------

Q287: What will be the output of the following Node.js code?

```js
console.log(74 + 2);
```

Answer:
76

--------------------------------------------------------------------------------

Q288: What will be the output of the following Node.js code?

```js
console.log(68 + 91);
```

Answer:
159

--------------------------------------------------------------------------------

Q289: What will be the output of the following Node.js code?

```js
console.log(10 + 20);
```

Answer:
30

--------------------------------------------------------------------------------

Q290: What will be the output of the following Node.js code?

```js
console.log(40 + 42);
```

Answer:
82

--------------------------------------------------------------------------------

Q291: What will be the output of the following Node.js code?

```js
console.log(69 + 37);
```

Answer:
106

--------------------------------------------------------------------------------

Q292: What will be the output of the following Node.js code?

```js
console.log(21 + 49);
```

Answer:
70

--------------------------------------------------------------------------------

Q293: What will be the output of the following Node.js code?

```js
console.log(78 + 80);
```

Answer:
158

--------------------------------------------------------------------------------

Q294: What will be the output of the following Node.js code?

```js
console.log(70 + 86);
```

Answer:
156

--------------------------------------------------------------------------------

Q295: What will be the output of the following Node.js code?

```js
console.log(46 + 74);
```

Answer:
120

--------------------------------------------------------------------------------
Q296: What will be the output of the following Node.js code?

```js
console.log(29 + 57);
```

Answer:
86

--------------------------------------------------------------------------------

Q297: What will be the output of the following Node.js code?

```js
console.log(98 + 93);
```

Answer:
191

--------------------------------------------------------------------------------

Q298: What will be the output of the following Node.js code?

```js
console.log(2 + 69);
```

Answer:
71

--------------------------------------------------------------------------------

Q299: What will be the output of the following Node.js code?

```js
console.log(22 + 21);
```

Answer:
43

--------------------------------------------------------------------------------

Q300: What will be the output of the following Node.js code?

```js
console.log(7 + 76);
```

Answer:
83

--------------------------------------------------------------------------------

Q301: What will be the output of the following Node.js code?

```js
console.log(49 + 41);
```

Answer:
90

--------------------------------------------------------------------------------

Q302: What will be the output of the following Node.js code?

```js
console.log(14 + 82);
```

Answer:
96

--------------------------------------------------------------------------------

Q303: What will be the output of the following Node.js code?

```js
console.log(62 + 75);
```

Answer:
137

--------------------------------------------------------------------------------

Q304: What will be the output of the following Node.js code?

```js
console.log(56 + 2);
```

Answer:
58

--------------------------------------------------------------------------------

Q305: What will be the output of the following Node.js code?

```js
console.log(66 + 43);
```

Answer:
109

--------------------------------------------------------------------------------

Q306: What will be the output of the following Node.js code?

```js
console.log(83 + 98);
```

Answer:
181
--------------------------------------------------------------------------------

Q307: What will be the output of the following Node.js code?

```js
console.log(60 + 6);
```

Answer:
66

--------------------------------------------------------------------------------

Q308: What will be the output of the following Node.js code?

```js
console.log(81 + 94);
```

Answer:
175

--------------------------------------------------------------------------------

Q309: What will be the output of the following Node.js code?

```js
console.log(43 + 42);
```

Answer:
85

--------------------------------------------------------------------------------

Q310: What will be the output of the following Node.js code?

```js
console.log(96 + 98);
```

Answer:
194

--------------------------------------------------------------------------------

Q311: What will be the output of the following Node.js code?

```js
console.log(53 + 64);
```

Answer:
117

--------------------------------------------------------------------------------

Q312: What will be the output of the following Node.js code?


```js
console.log(63 + 85);
```

Answer:
148

--------------------------------------------------------------------------------

Q313: What will be the output of the following Node.js code?

```js
console.log(66 + 96);
```

Answer:
162

--------------------------------------------------------------------------------

Q314: What will be the output of the following Node.js code?

```js
console.log(85 + 79);
```

Answer:
164

--------------------------------------------------------------------------------

Q315: What will be the output of the following Node.js code?

```js
console.log(89 + 58);
```

Answer:
147

--------------------------------------------------------------------------------

Q316: What will be the output of the following Node.js code?

```js
console.log(9 + 97);
```

Answer:
106

--------------------------------------------------------------------------------

Q317: What will be the output of the following Node.js code?

```js
console.log(39 + 75);
```
Answer:
114

--------------------------------------------------------------------------------

Q318: What will be the output of the following Node.js code?

```js
console.log(5 + 13);
```

Answer:
18

--------------------------------------------------------------------------------

Q319: What will be the output of the following Node.js code?

```js
console.log(43 + 32);
```

Answer:
75

--------------------------------------------------------------------------------

Q320: What will be the output of the following Node.js code?

```js
console.log(83 + 47);
```

Answer:
130

--------------------------------------------------------------------------------

Q321: What will be the output of the following Node.js code?

```js
console.log(78 + 9);
```

Answer:
87

--------------------------------------------------------------------------------

Q322: What will be the output of the following Node.js code?

```js
console.log(15 + 84);
```

Answer:
99
--------------------------------------------------------------------------------

Q323: What will be the output of the following Node.js code?

```js
console.log(7 + 74);
```

Answer:
81

--------------------------------------------------------------------------------

Q324: What will be the output of the following Node.js code?

```js
console.log(56 + 94);
```

Answer:
150

--------------------------------------------------------------------------------

Q325: What will be the output of the following Node.js code?

```js
console.log(31 + 3);
```

Answer:
34

--------------------------------------------------------------------------------

Q326: What will be the output of the following Node.js code?

```js
console.log(52 + 46);
```

Answer:
98

--------------------------------------------------------------------------------

Q327: What will be the output of the following Node.js code?

```js
console.log(5 + 52);
```

Answer:
57

--------------------------------------------------------------------------------

Q328: What will be the output of the following Node.js code?


```js
console.log(40 + 99);
```

Answer:
139

--------------------------------------------------------------------------------

Q329: What will be the output of the following Node.js code?

```js
console.log(18 + 90);
```

Answer:
108

--------------------------------------------------------------------------------

Q330: What will be the output of the following Node.js code?

```js
console.log(19 + 36);
```

Answer:
55

--------------------------------------------------------------------------------

Q331: What will be the output of the following Node.js code?

```js
console.log(17 + 97);
```

Answer:
114

--------------------------------------------------------------------------------

Q332: What will be the output of the following Node.js code?

```js
console.log(45 + 45);
```

Answer:
90

--------------------------------------------------------------------------------

Q333: What will be the output of the following Node.js code?

```js
console.log(18 + 77);
```
Answer:
95

--------------------------------------------------------------------------------

Q334: What will be the output of the following Node.js code?

```js
console.log(63 + 96);
```

Answer:
159

--------------------------------------------------------------------------------

Q335: What will be the output of the following Node.js code?

```js
console.log(46 + 29);
```

Answer:
75

--------------------------------------------------------------------------------

Q336: What will be the output of the following Node.js code?

```js
console.log(15 + 75);
```

Answer:
90

--------------------------------------------------------------------------------

Q337: What will be the output of the following Node.js code?

```js
console.log(15 + 8);
```

Answer:
23

--------------------------------------------------------------------------------

Q338: What will be the output of the following Node.js code?

```js
console.log(95 + 77);
```

Answer:
172

--------------------------------------------------------------------------------
Q339: What will be the output of the following Node.js code?

```js
console.log(26 + 92);
```

Answer:
118

--------------------------------------------------------------------------------

Q340: What will be the output of the following Node.js code?

```js
console.log(93 + 79);
```

Answer:
172

--------------------------------------------------------------------------------

Q341: What will be the output of the following Node.js code?

```js
console.log(83 + 91);
```

Answer:
174

--------------------------------------------------------------------------------

Q342: What will be the output of the following Node.js code?

```js
console.log(72 + 55);
```

Answer:
127

--------------------------------------------------------------------------------

Q343: What will be the output of the following Node.js code?

```js
console.log(98 + 1);
```

Answer:
99

--------------------------------------------------------------------------------

Q344: What will be the output of the following Node.js code?

```js
console.log(86 + 5);
```

Answer:
91

--------------------------------------------------------------------------------

Q345: What will be the output of the following Node.js code?

```js
console.log(99 + 64);
```

Answer:
163

--------------------------------------------------------------------------------

Q346: What will be the output of the following Node.js code?

```js
console.log(55 + 54);
```

Answer:
109

--------------------------------------------------------------------------------

Q347: What will be the output of the following Node.js code?

```js
console.log(40 + 57);
```

Answer:
97

--------------------------------------------------------------------------------

Q348: What will be the output of the following Node.js code?

```js
console.log(93 + 37);
```

Answer:
130

--------------------------------------------------------------------------------

Q349: What will be the output of the following Node.js code?

```js
console.log(5 + 70);
```

Answer:
75

--------------------------------------------------------------------------------

Q350: What will be the output of the following Node.js code?

```js
console.log(11 + 30);
```

Answer:
41

--------------------------------------------------------------------------------

Q351: What will be the output of the following Node.js code?

```js
console.log(34 + 32);
```

Answer:
66

--------------------------------------------------------------------------------

Q352: What will be the output of the following Node.js code?

```js
console.log(84 + 73);
```

Answer:
157

--------------------------------------------------------------------------------

Q353: What will be the output of the following Node.js code?

```js
console.log(78 + 85);
```

Answer:
163

--------------------------------------------------------------------------------

Q354: What will be the output of the following Node.js code?

```js
console.log(63 + 69);
```

Answer:
132

--------------------------------------------------------------------------------
Q355: What will be the output of the following Node.js code?

```js
console.log(35 + 28);
```

Answer:
63

--------------------------------------------------------------------------------

Q356: What will be the output of the following Node.js code?

```js
console.log(10 + 2);
```

Answer:
12

--------------------------------------------------------------------------------

Q357: What will be the output of the following Node.js code?

```js
console.log(15 + 41);
```

Answer:
56

--------------------------------------------------------------------------------

Q358: What will be the output of the following Node.js code?

```js
console.log(99 + 59);
```

Answer:
158

--------------------------------------------------------------------------------

Q359: What will be the output of the following Node.js code?

```js
console.log(68 + 83);
```

Answer:
151

--------------------------------------------------------------------------------

Q360: What will be the output of the following Node.js code?

```js
console.log(17 + 19);
```

Answer:
36

--------------------------------------------------------------------------------

Q361: What will be the output of the following Node.js code?

```js
console.log(96 + 24);
```

Answer:
120

--------------------------------------------------------------------------------

Q362: What will be the output of the following Node.js code?

```js
console.log(63 + 4);
```

Answer:
67

--------------------------------------------------------------------------------

Q363: What will be the output of the following Node.js code?

```js
console.log(100 + 66);
```

Answer:
166

--------------------------------------------------------------------------------

Q364: What will be the output of the following Node.js code?

```js
console.log(59 + 28);
```

Answer:
87

--------------------------------------------------------------------------------

Q365: What will be the output of the following Node.js code?

```js
console.log(90 + 70);
```

Answer:
160
--------------------------------------------------------------------------------

Q366: What will be the output of the following Node.js code?

```js
console.log(50 + 6);
```

Answer:
56

--------------------------------------------------------------------------------

Q367: What will be the output of the following Node.js code?

```js
console.log(83 + 36);
```

Answer:
119

--------------------------------------------------------------------------------

Q368: What will be the output of the following Node.js code?

```js
console.log(24 + 21);
```

Answer:
45

--------------------------------------------------------------------------------

Q369: What will be the output of the following Node.js code?

```js
console.log(24 + 34);
```

Answer:
58

--------------------------------------------------------------------------------

Q370: What will be the output of the following Node.js code?

```js
console.log(98 + 22);
```

Answer:
120

--------------------------------------------------------------------------------

Q371: What will be the output of the following Node.js code?


```js
console.log(37 + 4);
```

Answer:
41

--------------------------------------------------------------------------------

Q372: What will be the output of the following Node.js code?

```js
console.log(50 + 77);
```

Answer:
127

--------------------------------------------------------------------------------

Q373: What will be the output of the following Node.js code?

```js
console.log(79 + 2);
```

Answer:
81

--------------------------------------------------------------------------------

Q374: What will be the output of the following Node.js code?

```js
console.log(46 + 19);
```

Answer:
65

--------------------------------------------------------------------------------

Q375: What will be the output of the following Node.js code?

```js
console.log(66 + 79);
```

Answer:
145

--------------------------------------------------------------------------------

Q376: What will be the output of the following Node.js code?

```js
console.log(25 + 45);
```
Answer:
70

--------------------------------------------------------------------------------

Q377: What will be the output of the following Node.js code?

```js
console.log(49 + 47);
```

Answer:
96

--------------------------------------------------------------------------------

Q378: What will be the output of the following Node.js code?

```js
console.log(27 + 51);
```

Answer:
78

--------------------------------------------------------------------------------

Q379: What will be the output of the following Node.js code?

```js
console.log(37 + 8);
```

Answer:
45

--------------------------------------------------------------------------------

Q380: What will be the output of the following Node.js code?

```js
console.log(27 + 26);
```

Answer:
53

--------------------------------------------------------------------------------

Q381: What will be the output of the following Node.js code?

```js
console.log(81 + 92);
```

Answer:
173
--------------------------------------------------------------------------------

Q382: What will be the output of the following Node.js code?

```js
console.log(82 + 85);
```

Answer:
167

--------------------------------------------------------------------------------

Q383: What will be the output of the following Node.js code?

```js
console.log(21 + 82);
```

Answer:
103

--------------------------------------------------------------------------------

Q384: What will be the output of the following Node.js code?

```js
console.log(61 + 22);
```

Answer:
83

--------------------------------------------------------------------------------

Q385: What will be the output of the following Node.js code?

```js
console.log(72 + 74);
```

Answer:
146

--------------------------------------------------------------------------------

Q386: What will be the output of the following Node.js code?

```js
console.log(71 + 83);
```

Answer:
154

--------------------------------------------------------------------------------

Q387: What will be the output of the following Node.js code?


```js
console.log(52 + 10);
```

Answer:
62

--------------------------------------------------------------------------------

Q388: What will be the output of the following Node.js code?

```js
console.log(8 + 2);
```

Answer:
10

--------------------------------------------------------------------------------

Q389: What will be the output of the following Node.js code?

```js
console.log(42 + 90);
```

Answer:
132

--------------------------------------------------------------------------------

Q390: What will be the output of the following Node.js code?

```js
console.log(27 + 14);
```

Answer:
41

--------------------------------------------------------------------------------

Q391: What will be the output of the following Node.js code?

```js
console.log(31 + 78);
```

Answer:
109

--------------------------------------------------------------------------------

Q392: What will be the output of the following Node.js code?

```js
console.log(34 + 72);
```
Answer:
106

--------------------------------------------------------------------------------

Q393: What will be the output of the following Node.js code?

```js
console.log(8 + 33);
```

Answer:
41

--------------------------------------------------------------------------------

Q394: What will be the output of the following Node.js code?

```js
console.log(91 + 65);
```

Answer:
156

--------------------------------------------------------------------------------

Q395: What will be the output of the following Node.js code?

```js
console.log(35 + 28);
```

Answer:
63

--------------------------------------------------------------------------------

Q396: What will be the output of the following Node.js code?

```js
console.log(7 + 55);
```

Answer:
62

--------------------------------------------------------------------------------

Q397: What will be the output of the following Node.js code?

```js
console.log(85 + 29);
```

Answer:
114

--------------------------------------------------------------------------------
Q398: What will be the output of the following Node.js code?

```js
console.log(31 + 24);
```

Answer:
55

--------------------------------------------------------------------------------

Q399: What will be the output of the following Node.js code?

```js
console.log(48 + 80);
```

Answer:
128

--------------------------------------------------------------------------------

Q400: What will be the output of the following Node.js code?

```js
console.log(81 + 13);
```

Answer:
94

--------------------------------------------------------------------------------

Q401: What will be the output of the following Node.js code?

```js
console.log(77 + 52);
```

Answer:
129

--------------------------------------------------------------------------------

Q402: What will be the output of the following Node.js code?

```js
console.log(95 + 11);
```

Answer:
106

--------------------------------------------------------------------------------

Q403: What will be the output of the following Node.js code?

```js
console.log(57 + 13);
```

Answer:
70

--------------------------------------------------------------------------------

Q404: What will be the output of the following Node.js code?

```js
console.log(10 + 90);
```

Answer:
100

--------------------------------------------------------------------------------

Q405: What will be the output of the following Node.js code?

```js
console.log(24 + 40);
```

Answer:
64

--------------------------------------------------------------------------------

Q406: What will be the output of the following Node.js code?

```js
console.log(66 + 92);
```

Answer:
158

--------------------------------------------------------------------------------

Q407: What will be the output of the following Node.js code?

```js
console.log(56 + 10);
```

Answer:
66

--------------------------------------------------------------------------------

Q408: What will be the output of the following Node.js code?

```js
console.log(25 + 24);
```

Answer:
49

--------------------------------------------------------------------------------

Q409: What will be the output of the following Node.js code?

```js
console.log(94 + 7);
```

Answer:
101

--------------------------------------------------------------------------------

Q410: What will be the output of the following Node.js code?

```js
console.log(38 + 47);
```

Answer:
85

--------------------------------------------------------------------------------

Q411: What will be the output of the following Node.js code?

```js
console.log(60 + 76);
```

Answer:
136

--------------------------------------------------------------------------------

Q412: What will be the output of the following Node.js code?

```js
console.log(28 + 70);
```

Answer:
98

--------------------------------------------------------------------------------

Q413: What will be the output of the following Node.js code?

```js
console.log(67 + 30);
```

Answer:
97

--------------------------------------------------------------------------------
Q414: What will be the output of the following Node.js code?

```js
console.log(77 + 4);
```

Answer:
81

--------------------------------------------------------------------------------

Q415: What will be the output of the following Node.js code?

```js
console.log(94 + 11);
```

Answer:
105

--------------------------------------------------------------------------------

Q416: What will be the output of the following Node.js code?

```js
console.log(74 + 11);
```

Answer:
85

--------------------------------------------------------------------------------

Q417: What will be the output of the following Node.js code?

```js
console.log(37 + 71);
```

Answer:
108

--------------------------------------------------------------------------------

Q418: What will be the output of the following Node.js code?

```js
console.log(64 + 55);
```

Answer:
119

--------------------------------------------------------------------------------

Q419: What will be the output of the following Node.js code?

```js
console.log(51 + 28);
```

Answer:
79

--------------------------------------------------------------------------------

Q420: What will be the output of the following Node.js code?

```js
console.log(10 + 63);
```

Answer:
73

--------------------------------------------------------------------------------

Q421: What will be the output of the following Node.js code?

```js
console.log(40 + 95);
```

Answer:
135

--------------------------------------------------------------------------------

Q422: What will be the output of the following Node.js code?

```js
console.log(50 + 47);
```

Answer:
97

--------------------------------------------------------------------------------

Q423: What will be the output of the following Node.js code?

```js
console.log(93 + 13);
```

Answer:
106

--------------------------------------------------------------------------------

Q424: What will be the output of the following Node.js code?

```js
console.log(44 + 59);
```

Answer:
103
--------------------------------------------------------------------------------

Q425: What will be the output of the following Node.js code?

```js
console.log(96 + 55);
```

Answer:
151

--------------------------------------------------------------------------------

Q426: What will be the output of the following Node.js code?

```js
console.log(86 + 100);
```

Answer:
186

--------------------------------------------------------------------------------

Q427: What will be the output of the following Node.js code?

```js
console.log(43 + 49);
```

Answer:
92

--------------------------------------------------------------------------------

Q428: What will be the output of the following Node.js code?

```js
console.log(57 + 37);
```

Answer:
94

--------------------------------------------------------------------------------

Q429: What will be the output of the following Node.js code?

```js
console.log(27 + 76);
```

Answer:
103

--------------------------------------------------------------------------------

Q430: What will be the output of the following Node.js code?


```js
console.log(76 + 73);
```

Answer:
149

--------------------------------------------------------------------------------

Q431: What will be the output of the following Node.js code?

```js
console.log(88 + 56);
```

Answer:
144

--------------------------------------------------------------------------------

Q432: What will be the output of the following Node.js code?

```js
console.log(40 + 95);
```

Answer:
135

--------------------------------------------------------------------------------

Q433: What will be the output of the following Node.js code?

```js
console.log(38 + 4);
```

Answer:
42

--------------------------------------------------------------------------------

Q434: What will be the output of the following Node.js code?

```js
console.log(57 + 36);
```

Answer:
93

--------------------------------------------------------------------------------

Q435: What will be the output of the following Node.js code?

```js
console.log(77 + 36);
```
Answer:
113

--------------------------------------------------------------------------------

Q436: What will be the output of the following Node.js code?

```js
console.log(67 + 84);
```

Answer:
151

--------------------------------------------------------------------------------

Q437: What will be the output of the following Node.js code?

```js
console.log(84 + 78);
```

Answer:
162

--------------------------------------------------------------------------------

Q438: What will be the output of the following Node.js code?

```js
console.log(7 + 16);
```

Answer:
23

--------------------------------------------------------------------------------

Q439: What will be the output of the following Node.js code?

```js
console.log(22 + 27);
```

Answer:
49

--------------------------------------------------------------------------------

Q440: What will be the output of the following Node.js code?

```js
console.log(22 + 38);
```

Answer:
60
--------------------------------------------------------------------------------

Q441: What will be the output of the following Node.js code?

```js
console.log(87 + 91);
```

Answer:
178

--------------------------------------------------------------------------------

Q442: What will be the output of the following Node.js code?

```js
console.log(49 + 29);
```

Answer:
78

--------------------------------------------------------------------------------

Q443: What will be the output of the following Node.js code?

```js
console.log(81 + 1);
```

Answer:
82

--------------------------------------------------------------------------------

Q444: What will be the output of the following Node.js code?

```js
console.log(39 + 44);
```

Answer:
83

--------------------------------------------------------------------------------

Q445: What will be the output of the following Node.js code?

```js
console.log(68 + 33);
```

Answer:
101

--------------------------------------------------------------------------------

Q446: What will be the output of the following Node.js code?


```js
console.log(81 + 18);
```

Answer:
99

--------------------------------------------------------------------------------

Q447: What will be the output of the following Node.js code?

```js
console.log(86 + 46);
```

Answer:
132

--------------------------------------------------------------------------------

Q448: What will be the output of the following Node.js code?

```js
console.log(42 + 67);
```

Answer:
109

--------------------------------------------------------------------------------

Q449: What will be the output of the following Node.js code?

```js
console.log(87 + 7);
```

Answer:
94

--------------------------------------------------------------------------------

Q450: What will be the output of the following Node.js code?

```js
console.log(46 + 62);
```

Answer:
108

--------------------------------------------------------------------------------

Q451: What will be the output of the following Node.js code?

```js
console.log(34 + 83);
```
Answer:
117

--------------------------------------------------------------------------------

Q452: What will be the output of the following Node.js code?

```js
console.log(36 + 90);
```

Answer:
126

--------------------------------------------------------------------------------

Q453: What will be the output of the following Node.js code?

```js
console.log(74 + 23);
```

Answer:
97

--------------------------------------------------------------------------------

Q454: What will be the output of the following Node.js code?

```js
console.log(69 + 91);
```

Answer:
160

--------------------------------------------------------------------------------

Q455: What will be the output of the following Node.js code?

```js
console.log(41 + 82);
```

Answer:
123

--------------------------------------------------------------------------------

Q456: What will be the output of the following Node.js code?

```js
console.log(95 + 47);
```

Answer:
142

--------------------------------------------------------------------------------
Q457: What will be the output of the following Node.js code?

```js
console.log(24 + 46);
```

Answer:
70

--------------------------------------------------------------------------------

Q458: What will be the output of the following Node.js code?

```js
console.log(20 + 17);
```

Answer:
37

--------------------------------------------------------------------------------

Q459: What will be the output of the following Node.js code?

```js
console.log(75 + 43);
```

Answer:
118

--------------------------------------------------------------------------------

Q460: What will be the output of the following Node.js code?

```js
console.log(11 + 39);
```

Answer:
50

--------------------------------------------------------------------------------

Q461: What will be the output of the following Node.js code?

```js
console.log(84 + 98);
```

Answer:
182

--------------------------------------------------------------------------------

Q462: What will be the output of the following Node.js code?

```js
console.log(3 + 71);
```

Answer:
74

--------------------------------------------------------------------------------

Q463: What will be the output of the following Node.js code?

```js
console.log(77 + 97);
```

Answer:
174

--------------------------------------------------------------------------------

Q464: What will be the output of the following Node.js code?

```js
console.log(70 + 89);
```

Answer:
159

--------------------------------------------------------------------------------

Q465: What will be the output of the following Node.js code?

```js
console.log(8 + 66);
```

Answer:
74

--------------------------------------------------------------------------------

Q466: What will be the output of the following Node.js code?

```js
console.log(80 + 35);
```

Answer:
115

--------------------------------------------------------------------------------

Q467: What will be the output of the following Node.js code?

```js
console.log(86 + 29);
```

Answer:
115

--------------------------------------------------------------------------------

Q468: What will be the output of the following Node.js code?

```js
console.log(1 + 14);
```

Answer:
15

--------------------------------------------------------------------------------

Q469: What will be the output of the following Node.js code?

```js
console.log(24 + 25);
```

Answer:
49

--------------------------------------------------------------------------------

Q470: What will be the output of the following Node.js code?

```js
console.log(26 + 5);
```

Answer:
31

--------------------------------------------------------------------------------

Q471: What will be the output of the following Node.js code?

```js
console.log(8 + 65);
```

Answer:
73

--------------------------------------------------------------------------------

Q472: What will be the output of the following Node.js code?

```js
console.log(22 + 75);
```

Answer:
97

--------------------------------------------------------------------------------
Q473: What will be the output of the following Node.js code?

```js
console.log(11 + 92);
```

Answer:
103

--------------------------------------------------------------------------------

Q474: What will be the output of the following Node.js code?

```js
console.log(15 + 36);
```

Answer:
51

--------------------------------------------------------------------------------

Q475: What will be the output of the following Node.js code?

```js
console.log(91 + 84);
```

Answer:
175

--------------------------------------------------------------------------------

Q476: What will be the output of the following Node.js code?

```js
console.log(74 + 10);
```

Answer:
84

--------------------------------------------------------------------------------

Q477: What will be the output of the following Node.js code?

```js
console.log(34 + 53);
```

Answer:
87

--------------------------------------------------------------------------------

Q478: What will be the output of the following Node.js code?

```js
console.log(12 + 100);
```

Answer:
112

--------------------------------------------------------------------------------

Q479: What will be the output of the following Node.js code?

```js
console.log(26 + 62);
```

Answer:
88

--------------------------------------------------------------------------------

Q480: What will be the output of the following Node.js code?

```js
console.log(56 + 7);
```

Answer:
63

--------------------------------------------------------------------------------

Q481: What will be the output of the following Node.js code?

```js
console.log(8 + 85);
```

Answer:
93

--------------------------------------------------------------------------------

Q482: What will be the output of the following Node.js code?

```js
console.log(93 + 44);
```

Answer:
137

--------------------------------------------------------------------------------

Q483: What will be the output of the following Node.js code?

```js
console.log(41 + 29);
```

Answer:
70
--------------------------------------------------------------------------------

Q484: What will be the output of the following Node.js code?

```js
console.log(44 + 12);
```

Answer:
56

--------------------------------------------------------------------------------

Q485: What will be the output of the following Node.js code?

```js
console.log(68 + 81);
```

Answer:
149

--------------------------------------------------------------------------------

Q486: What will be the output of the following Node.js code?

```js
console.log(23 + 76);
```

Answer:
99

--------------------------------------------------------------------------------

Q487: What will be the output of the following Node.js code?

```js
console.log(2 + 26);
```

Answer:
28

--------------------------------------------------------------------------------

Q488: What will be the output of the following Node.js code?

```js
console.log(43 + 92);
```

Answer:
135

--------------------------------------------------------------------------------

Q489: What will be the output of the following Node.js code?


```js
console.log(94 + 7);
```

Answer:
101

--------------------------------------------------------------------------------

Q490: What will be the output of the following Node.js code?

```js
console.log(79 + 30);
```

Answer:
109

--------------------------------------------------------------------------------

Q491: What will be the output of the following Node.js code?

```js
console.log(86 + 98);
```

Answer:
184

--------------------------------------------------------------------------------

Q492: What will be the output of the following Node.js code?

```js
console.log(45 + 41);
```

Answer:
86

--------------------------------------------------------------------------------

Q493: What will be the output of the following Node.js code?

```js
console.log(76 + 3);
```

Answer:
79

--------------------------------------------------------------------------------

Q494: What will be the output of the following Node.js code?

```js
console.log(2 + 19);
```
Answer:
21

--------------------------------------------------------------------------------

Q495: What will be the output of the following Node.js code?

```js
console.log(25 + 93);
```

Answer:
118

--------------------------------------------------------------------------------

Q496: What will be the output of the following Node.js code?

```js
console.log(55 + 24);
```

Answer:
79

--------------------------------------------------------------------------------

Q497: What will be the output of the following Node.js code?

```js
console.log(4 + 19);
```

Answer:
23

--------------------------------------------------------------------------------

Q498: What will be the output of the following Node.js code?

```js
console.log(51 + 65);
```

Answer:
116

--------------------------------------------------------------------------------

Q499: What will be the output of the following Node.js code?

```js
console.log(10 + 6);
```

Answer:
16
--------------------------------------------------------------------------------

Q500: What will be the output of the following Node.js code?

```js
console.log(6 + 59);
```

Answer:
65

--------------------------------------------------------------------------------

You might also like