JavaScript's falsy values: - false - undefined - null - The number 0 - The number NaN - The empty string
"Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter." - Eric Raymond
Check for if (-1 == x) instead of if (x == -1) to avoid bugs like if(x = -1)
Theory is when you know something, but it doesn't work Practice is when something works, but you don't know why Programmers combine theory and practice Nothing works and they don't know why
"Every program has (at least) two purposes: the one for which it was written, and another for which it wasn't." - Alan J. Perlis
"The only constructive theory connecting neuroscience and psychology will arise from the study of software." - Alan J. Perlis
"Program testing can be a very effective way to show the presence of bugs, but is hopelessly inadequate for showing their absence." - Edsger Dijkstra
Forwarded from STRONGLAND (Life Math Money)
https://lifemathmoney.gumroad.com/l/cert
The http://teachyourselfcrypto.com verified certificates and private discord community launches tomorrow.
You can get all the certificates and *lifetime* access to the private community for a 50% off before we launch tomorrow at 7pm India time.
Go here: https://lifemathmoney.gumroad.com/l/cert
The http://teachyourselfcrypto.com verified certificates and private discord community launches tomorrow.
You can get all the certificates and *lifetime* access to the private community for a 50% off before we launch tomorrow at 7pm India time.
Go here: https://lifemathmoney.gumroad.com/l/cert
Gumroad
ADD CRYPTO TO YOUR RESUME (TeachYourselfCrypto.com Verified Certificates)
ADD CRYPTO TO YOUR RESUME.Get Verified Certificate of Completion TeachYourselfCrypto CoursesRead more:TeachYourselfCrypto a self paced, free course on everything Crypto for Non-technical people (pe...
"There are no significant bugs in our released software that any significant number of users want fixed." - Bill Gates
"Test doubles are objects that replace real dependencies to enable automated testing. They are the automated testing equivalent of movie stunt people: they take the place of the original since having the real one is expensive or impractical." Excellent analogy by @venkat_s
In JavaScript, a function always returns a value. If the return value is not specified, then it returns undefined.
"Part of the inhumanity of the computer is that, once it is competently programmed and working smoothly, it is completely honest." - Isaac Asimov
Forwarded from STRONGLAND (Life Math Money)
WE LAUNCH IN 45 MINUTES
TeachYourselfCrypto course verified certificates and private community
Add Crypto to your resume
Companies are looking for crypto-literate professionals to join their teams. Most of these companies offer pay in 6 figures, with remote-WFH options available, consistent with the crypto culture.
Even traditional companies are looking for individuals who can spearhead blockchain adoption in their company. You don't need to be a developer for this, but you do need to know how to use the tools.
Getting certified by TeachYourselfCrypto allows you to showcase your knowledge on a cutting edge, fast paced topic, while communicating to prospective employers that you have the skills, foresight and competence to adapt to a fast changing environment.
The community is a place to learn more about crypto, connect with other members, and communicate with other crypto-literate people (i.e. not like twitter where everyone is an expert on everything.)
If you buy before launch (use code "preorder"), you get 50% off on all certificates and lifetime access to the private community.
We launch in 45 minutes!
https://lifemathmoney.gumroad.com/l/cert
TeachYourselfCrypto course verified certificates and private community
Add Crypto to your resume
Companies are looking for crypto-literate professionals to join their teams. Most of these companies offer pay in 6 figures, with remote-WFH options available, consistent with the crypto culture.
Even traditional companies are looking for individuals who can spearhead blockchain adoption in their company. You don't need to be a developer for this, but you do need to know how to use the tools.
Getting certified by TeachYourselfCrypto allows you to showcase your knowledge on a cutting edge, fast paced topic, while communicating to prospective employers that you have the skills, foresight and competence to adapt to a fast changing environment.
The community is a place to learn more about crypto, connect with other members, and communicate with other crypto-literate people (i.e. not like twitter where everyone is an expert on everything.)
If you buy before launch (use code "preorder"), you get 50% off on all certificates and lifetime access to the private community.
We launch in 45 minutes!
https://lifemathmoney.gumroad.com/l/cert
Gumroad
ADD CRYPTO TO YOUR RESUME (TeachYourselfCrypto.com Verified Certificates)
ADD CRYPTO TO YOUR RESUME.Get Verified Certificate of Completion TeachYourselfCrypto CoursesRead more:TeachYourselfCrypto a self paced, free course on everything Crypto for Non-technical people (pe...
ssh 101 - ssh stands for secure shell and is used to securely connect to remote hosts - ssh creates a TCP connection on port 22 - Syntax: ssh username@hostname (or ip address)