Is JavaScript validation bad?

后端 未结 14 1805
栀梦
栀梦 2021-02-01 11:56

It has been long time since we have been validating our forms using JavaScript. I am sure this must be the case with most other developers.

Question:

What if the

14条回答
  •  渐次进展
    2021-02-01 12:21

    Using JavaScript is not wrong. We've been using it since a long time. It is used for applying client-side validations.

    Still, we should implement server-side validation so that a bad guy would not be able to break the application.

提交回复
热议问题