Programming 썸네일형 리스트형 C/C++ 의 asterisk (*) The asterisk (*) is used in declaring a pointer for the simple purpose of indicating that it is a pointer (The asterisk is part of its type compound specifier). Don't confuse this with the dereference operator, which is used to obtain the value located at the specified address. They are simply two different things represented with the same sign 별표 (*)는 포인터를 선언하는 데 사용됩니다 (별표는 해당 유형 복합 지시자의 일부 임)... 더보기 논리 연산자 (Logical Operators) node.js 에서 cron.js 파일을 보다가 command = cmd && cmd.command; 이 부분을 보고 궁금해서 찾아보게 되었다. OR(||)은 봤어도 &&은 처음 봐서…https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators/%EB%85%BC%EB%A6%AC_%EC%97%B0%EC%82%B0%EC%9E%90(Logical_Operators)여기에서 참고했다.논리 연산자를 쓰는 경우 케이스는 두가지다.1. Boolean value와 쓰이는 경우 – Boolean value를 return! 2. Boolean이 아닌 다른 value와 쓰이는 경우 – Boolean이 아닌 value를 return!AND(&&) expr1.. 더보기 이전 1 다음