Tag: funcitons

  • Programming with Functions in JavaScript – Programming Virgin

    Support us on our Patreon page: https://www.patreon.com/codebabes Take the full course here: https://codebabes.com/courses/programming-virgin-javascript Alright, are you ready for the “hard” stuff? We’ve talked about where you can stick your data, but what about storing actions, stuff that manipulates that data? We need functions. We’ve already seen some functions in action, like prompt and alert. These…