Skip to content
View dikmenonur's full-sized avatar
Block or Report

Block or report dikmenonur

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dikmenonur/README.md

Hi 👋, I'm Onur

A passionate Fullstack Developer from Kırklareli Turkiye (TR)

dikmenonur

GIF

  • 🔭 I’m currently working in private company

  • 🌱 I’m currently Working on Software Architecture

  • 🤝 I’m available for remote work.

  • 📝 I regularly write articles on https://dev.to/dikmenonur

  • 💬 Ask me about .net Core & React-Native, Angular CLI

  • 📫 How to reach me dikmenonur@gmail.com

Connect with me 🤝

Blogs posts


Credit: Onur Dikmen

Last Edited on: 08/11/2022

Pinned

  1. javascript_isnull.js javascript_isnull.js
    1
    function IsNotEmpty(val) {
    2
    
                  
    3
        if (val === undefined)
    4
            return false;
    5