in our last post i showed you how to declare a variable, now that you know how to declare a variable, you can assign the value to that variable. so for example, i have a variable called users

var users


so this is the code i would use to give it a value

var users = 200


what this tells your code is that the value of users is equals to 200