I've found that a lot of developers use arguments and parameters interchangeably and it can sometimes be confusing. I'm hoping to learn the exact difference between the two.
            Asked
            
        
        
            Active
            
        
            Viewed 58 times
        
    -3
            
            
        - 
                    parameter is what you define the function to accept, argument is the data you pass in as a parameter. this isn't really a stack overflow question though – Robbie Milejczak Nov 30 '17 at 14:48
