[ DevCourseWeb.com ] Udemy - A Better Way to Learn JS - Useful Snippets


File Information

File Size:   1.49 GB
Creat Time:   2024-05-25
Active Degree:   152
Last Active:   2025-06-19
Magnet Link:    Magnet LinkMagnet Link
Statement:   This site does not provide download links, only text displays, and does not contain any infringement.

File List

  1. ~Get Your Files Here !/1. Useful snippets focused on randomness/4. Pick a random number from a range of numbers in JavaScript.mp4 111.94 MB
  2. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/8. Capitalize the first letter of each word in a given string in JavaScript.mp4 95.77 MB
  3. ~Get Your Files Here !/2. Useful Snippets focused on numbers/5. Convert an array of numbers to an array of ordinal numbers in JavaScript.mp4 91.31 MB
  4. ~Get Your Files Here !/1. Useful snippets focused on randomness/17. Get a Palette of Three Shades of a Random Color in JS.mp4 64.63 MB
  5. ~Get Your Files Here !/2. Useful Snippets focused on numbers/6. Count all elements with background set to a specific color.mp4 62.32 MB
  6. ~Get Your Files Here !/1. Useful snippets focused on randomness/13. Never Repeat Dice Throw Twice in a Row in JS.mp4 53.02 MB
  7. ~Get Your Files Here !/1. Useful snippets focused on randomness/11. Generate a Random Password in JavaScript.mp4 50.55 MB
  8. ~Get Your Files Here !/1. Useful snippets focused on randomness/10. Shuffle an Array in JavaScript.mp4 47.63 MB
  9. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/12. Convert camel case to kebab case in JavaScript.mp4 47.61 MB
  10. ~Get Your Files Here !/2. Useful Snippets focused on numbers/13. Round a number to a set number of decimals in JavaScript.mp4 44.87 MB
  11. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/2. Capitalize the First Letter of a String in JavaScript.mp4 43.99 MB
  12. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/7. Capitalize or lowercase the first letter of a string in JavaScript.mp4 43.41 MB
  13. ~Get Your Files Here !/2. Useful Snippets focused on numbers/7. Count the number of times a sub-string appears in a string.mp4 41.93 MB
  14. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/1. Convert an Array to a String in JavaScript.mp4 41.57 MB
  15. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/11. Convert kebab case to camel case in JavaScript.mp4 39.27 MB
  16. ~Get Your Files Here !/4. Fun With Loops in JavaScript/6. Code a Lazy Caterer's Sequence in JS.mp4 36.84 MB
  17. ~Get Your Files Here !/1. Useful snippets focused on randomness/5. Code a biased random number picker in JavaScript.mp4 33.58 MB
  18. ~Get Your Files Here !/1. Useful snippets focused on randomness/18. Get a random sub array from an array in JavaScript.mp4 32.98 MB
  19. ~Get Your Files Here !/4. Fun With Loops in JavaScript/3. Fun with loops in JavaScript, part 3 loops and the modulus operator.mp4 32.60 MB
  20. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/6. Capitalize the first letter of a string in JavaScript.mp4 32.14 MB
  21. ~Get Your Files Here !/1. Useful snippets focused on randomness/1. Emulate a six-sided dice in JavaScript.mp4 30.71 MB
  22. ~Get Your Files Here !/1. Useful snippets focused on randomness/14. Generate a Pseudo Random UUID in JS.mp4 30.70 MB
  23. ~Get Your Files Here !/2. Useful Snippets focused on numbers/10. Calculate a Fibonacci sequence in JavaScript.mp4 29.12 MB
  24. ~Get Your Files Here !/2. Useful Snippets focused on numbers/11. Calculate a factorial in JavaScript.mp4 28.27 MB
  25. ~Get Your Files Here !/4. Fun With Loops in JavaScript/1. Fun with loops in JavaScript, part 1.mp4 26.77 MB
  26. ~Get Your Files Here !/1. Useful snippets focused on randomness/8. Six ways to convert a string to an array in JS.mp4 25.07 MB
  27. ~Get Your Files Here !/1. Useful snippets focused on randomness/16. Add Random CSS Classes to a Paragraph in JS.mp4 24.00 MB
  28. ~Get Your Files Here !/2. Useful Snippets focused on numbers/8. Add leading zeros in front of a number.mp4 22.72 MB
  29. ~Get Your Files Here !/4. Fun With Loops in JavaScript/2. Fun with loops in JavaScript, part 2_ Mastering the Continue Statement.mp4 20.18 MB
  30. ~Get Your Files Here !/4. Fun With Loops in JavaScript/5. Fun with loops in JavaScript, part 5 A FizzBuzz implementation (without errors).mp4 19.11 MB
  31. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/3. Convert a string to a number in JavaScript.mp4 18.17 MB
  32. ~Get Your Files Here !/1. Useful snippets focused on randomness/3. Fun with booleans Randomly returning true or false in JS.mp4 16.99 MB
  33. ~Get Your Files Here !/2. Useful Snippets focused on numbers/4. Format a number as currency in JS.mp4 16.66 MB
  34. ~Get Your Files Here !/2. Useful Snippets focused on numbers/3. Format a number with a comma as a thousands separator in JS.mp4 16.11 MB
  35. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/10. Replace all instances of a substring with another string.mp4 15.79 MB
  36. ~Get Your Files Here !/1. Useful snippets focused on randomness/2. Pick a random array item in JavaScript.mp4 15.27 MB
  37. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/4. Find all vowels in a piece of text in JavaScript.mp4 12.12 MB
  38. ~Get Your Files Here !/2. Useful Snippets focused on numbers/12. Convert a number to an array of its digits.mp4 11.99 MB
  39. ~Get Your Files Here !/1. Useful snippets focused on randomness/12. Random Dice in JavaScript using toString() and Array.pop().mp4 10.70 MB
  40. ~Get Your Files Here !/1. Useful snippets focused on randomness/9. Check if a Number is Even in JavaScript.mp4 10.39 MB
  41. ~Get Your Files Here !/2. Useful Snippets focused on numbers/14. Check if a number is an integer or a float in JavaScript.mp4 10.27 MB
  42. ~Get Your Files Here !/1. Useful snippets focused on randomness/6. Pick a float from a range of nums or floats in JavaScript.mp4 10.03 MB
  43. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/5. Capitalize a string in JavaScript.mp4 9.98 MB
  44. ~Get Your Files Here !/4. Fun With Loops in JavaScript/4. Fun with loops in JavaScript, part 4 AN attempt at FizzBuzz (with errors).mp4 9.93 MB
  45. ~Get Your Files Here !/1. Useful snippets focused on randomness/15. Random Number From -10 to 10 in JS.mp4 8.89 MB
  46. ~Get Your Files Here !/1. Useful snippets focused on randomness/7. Make a random hex color in JavaScript.mp4 8.17 MB
  47. ~Get Your Files Here !/2. Useful Snippets focused on numbers/9. Add up all the arguments passed to a function in JavaScript.mp4 6.73 MB
  48. ~Get Your Files Here !/2. Useful Snippets focused on numbers/2. Print All Even Numbers in a Range in JavaScript.mp4 5.93 MB
  49. ~Get Your Files Here !/2. Useful Snippets focused on numbers/1. Print All Odd Numbers in Range in JS.mp4 5.71 MB
  50. ~Get Your Files Here !/3. Useful Snippets Focused on Strings/9. Replace the 1st occurence of a substring with another string in JavaScript.mp4 5.05 MB