ProgrammingKnowledge
549 subscribers
26 photos
43 links
Public Channel for ProgrammingKnowledge News and Updates
Download Telegram
Thoughts on this setup 🖥💻🖨📀💿⌚️📱
TCP Vs UDP
**Javascipt**
What will be the output of
{} === {}
Anonymous Quiz
70%
true
30%
false
Now you can also join Programmingknowledge Telegram group for discussions related to software development and programming
Join ProgrammingKnowledge
https://t.me/ProgrammingK
ProgrammingKnowledge
**Javascipt**
What will be the output of
{} === {}
javascript compares objects by identity, not value. Each object, each {} is distinct.

Same applies to arrays, too.
How to be a good Software developer 💻⌨️ #programmers #codes #coder
Python: What will be the output of the following code :

print type(type(int))
Anonymous Poll
28%
type 'int'
27%
type 'type'
33%
Error
13%
0
Read the docs 📃📄📑