import this
function Rabbit(name) {
this.name = name;
alert( name );
}
Rabbit === Rabbit.prototype.constructor // true
Rabbit === Rabbit.constructor // false
Прошу перечислить возможные варианты
check_cc
BEGIN ./ffconf.VKkV25e5.c
1 int main(void){ return 0; }
END ./ffconf.VKkV25e5.c
cl -MD -DWINAPI_FAMILY=WINAPI_FAMILY_PC_APP -D_WIN32_WINNT=0x0603 -c -o ./ffconf.O4rfLdZi.o ./ffconf.VKkV25e5.c
../../../configure: line 830: cl: command not found
C compiler test failed.
try:
x = 1/0
except ZeroDivisionError:
print("Try in another world")