CodeRan
@RanCodeRan
A very passionate and motivated coder in great Seattle area. A good teamworker and fast learner, very reliable. Open for junior positions or apprenticeship.
I started my LeetCode safari yesterday. Not as hard as I expected. Till now finished 11 problems. I figured them out all by myself. It's fun! My aim is to solve 5-10 problems each day. I hope I can finish 300-400 problems at easy and medium levels.
Do you know you can turn a string to a number with different operators: freecodecamp.org/news/how-to-co…)%3B-,How%20to%20convert%20a%20string%20to%20a%20number%20in%20JavaScript,will%20go%20before%20the%20operand.&text=We%20can%20also%20use%20the,into%20a%20floating%20point%20number.
It seems like ::-webkit-slider-thumb really has poor compatibility: ranhu1012.github.io/RGBColorGenera…
Are you aware of the difference between 100% and 100vh? 100% is relative to the size of its parent while 100vh is 100% of the viewport regardless its position.
Just finish a simple project independently: ranhu1012.github.io/BackgroundGene… Don't just follow others' steps! Think and code by yourself first!
Don't use extensions to monitor your SCSS anymore, they are slow and not reliable. Use Node Sass instead.
What's the difference between dot and bracket notations? hint: variables and special characters.
Want to loop through an object in javascript? Use: for (variable in object) { statement }
The difference between JSON and JavaScript Objects: 1. JSON: keys must in double quotes, JavaScript: keys not quoted. single and doubles both acceptable. 2. JSON cannot contain functions. 3. JSON can be created and used by other programming languages.
Today's plan: study grid layout designing further and start to rewrite my portfolio.
padding collapses for inline elements, margin collapses for block elements.
margin won't be added to the top and bottom of inline elements. If you do want them, use inline blocks instead.
When you create a set of radio options, don't forget to group them with the same "name=" so that users can only select one of them.
Share a short cut to comment out lines of codes in VScode. Select your your codes and press "ctrl + /".
United States Trends
- 1. Thanksgiving 2.24M posts
- 2. Chiefs 60.2K posts
- 3. George Pickens 8,223 posts
- 4. Post Malone 4,460 posts
- 5. Mahomes 18.1K posts
- 6. Tony Romo 1,995 posts
- 7. McDuffie 4,162 posts
- 8. Sarah Beckstrom 75K posts
- 9. Lions 98.5K posts
- 10. Packers 72.1K posts
- 11. #KCvsDAL 5,479 posts
- 12. Rashee Rice 3,405 posts
- 13. Dan Campbell 8,111 posts
- 14. #GoPackGo 11.6K posts
- 15. Malik Davis 2,124 posts
- 16. Kelce 13.3K posts
- 17. Paddy 10.5K posts
- 18. Josh Simmons 1,506 posts
- 19. Andy Reid 1,297 posts
- 20. Kenneth Murray N/A
Something went wrong.
Something went wrong.