Developer web3
@Developerweb31
Love to code
100+ OOPs Interview Questions ❍ C++ ❍ Java ❍ C# ❍ Python ❍ JavaScript ❍ PHP ❍ Kotlin ❍ Swift ⇩
Probably nothing.. I just applied to Alchemy University (@AlchemyLearn) to earn a web3 degree. Applications are open to everyone! LFG! university.alchemy.com
2 #1825DaysOfCode A properly formed Git commit subject line should always be able to complete the following sentence: If applied, this commit will + Subject line e.g. + Refactor subsystem X for readability + Update getting started documentation + remove deprecated methods
5 #1825DaysOfCode To use the alternative box model for all of your elements, set the box-sizing property on the <html> element and set all other elements to inherit that value html{ box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; }
#730DaysOfCode Calling APIs, downloading files, and reading files are among some of the usual async operations that you will perform You don’t need to use PROMISES for an asynchronous call. Prior to promises, we used callbacks PROMISES can help you avoid deeply nested callbacks
#730DaysOfCode Rest elements/properties for array/object destructuring assignment let {x,y, …z}={x:1, y:2, a:3, b:4}; Spread elements/properties for array/object literals let n = {x, y, …z};
#730DaysOfCode Const variables are not immutable, it means that object and array const declared variables can be mutated. Reassignment is not allowed with const declared variables. Const person = { name: ‘Nick’ }; person.name = ‘Lis’ Ok person = “Lis”. Error
United States Trends
- 1. LINGORM HER AND HERS FANCON 227K posts
- 2. #BUNCHITA 1,463 posts
- 3. Frankenstein 80.9K posts
- 4. Tulane 4,443 posts
- 5. taylor york 8,683 posts
- 6. Giulia 15.3K posts
- 7. #SmackDown 47.5K posts
- 8. Supreme Court 181K posts
- 9. Aaron Gordon 4,838 posts
- 10. #KirbyAirRiders 1,846 posts
- 11. #TheLastDriveIn 4,014 posts
- 12. #River 4,704 posts
- 13. Pluribus 30.9K posts
- 14. Russ 14.2K posts
- 15. Justice Jackson 6,002 posts
- 16. Brown Jackson 5,615 posts
- 17. Connor Bedard 3,175 posts
- 18. Gozyuger 2,110 posts
- 19. Tatis 2,210 posts
- 20. Guillermo del Toro 25.6K posts
Something went wrong.
Something went wrong.