Error CS1003 and CS1026

Please use Code tags in your post next time: Using code tags properly

if (PlayerPrefs.GetInt("BestScore") == 50)
{
    skin1Button.interactable = true;
}

.