so I was watching a video one the made a Boolean in c# that looked like-
public bool name { get; set; }
how is that different then a true false, and how do I write that in JavaScript?
↧