get help in general - we have more specialized help rooms here: https://gitter.im/FreeCodeCamp/home
Array(10)
and new Array(10)
.. both seems to do the same?
command === "add" ? (
console.log("adding new note"),
notes.addNote(argv.title, argv.body)
) :
let x
if ( multiply === true ) {
x = 10 * 10
}
else {
x = 10 + 10
}
let x = multiply === true ? 10*10 : 10+10
let x = multiply === true ? 10*10, console.log("it's 100")
: 10+10, console.log("it's 20");
const multiply10 = () => {
console.log("it's hundred")
return 10*10
}
let x = multiply === true ? multiply10() : 10+10
\
character:<img src="C:\\Users\\Administrator\\Pictures\\源于手机的图片\\13958.jpg" alt="">
\
for a src?
src
is a /
\
may be platform dependent
\
character is to use either Linux or Mac
/
in windows just fine in the path
Hello, ex FCC member here
I have an offer for you
I'm launching a course on how to get a remote programming job and the first 10 people that will PM will get half of it for free, in exchange for detailed feedback on it (normal price is 200$)
It is aimed at those who already know some programming, as I will only provide general pointers on that aspect. You don't have to be an expert, but not a complete junior either
Those living in low cost countries should benefit the most as you'll end up earning more than 5x your local average salary while benefiting from all the perks of remote work.
I'm already doing all that
Cheers
No teaching material can guarantee you'll succeed. We might be able to give you pointers to shorten your path, but hard work will always be necessary
I am not asking anyone for money, I am simply giving away content for some feedback to a community that once helped me too