블로그
- 아두이노-attiny85 statements that are guaraneed to work in every configuration,I wrote this code to utilize as many pins and make //This integer variable will serve as a way to store the analog value aquired from the potentiometer
- (iOS) 메모리 누수 관련 Make a weak variable of your ProtocolAlways use weak keyword while making a variable of your Protocol If you don’t make it weak then it will be a strong variable which holds your ViewController strongly
- javascript var let const ref Attempting to overwrite the object throws an error - Uncaught TypeError: Assignment to constant variable following statement is executed without problem MY_OBJECT.key = 'otherValue'; // Use Object.freeze() to make